diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 10:05:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 10:05:39 +0000 |
commit | ae72e6fd739a0a847ab253c5c707e369b5c9325e (patch) | |
tree | 01790e0763b87ee9f1c1f4266eea756acf3ef9d5 /conf | |
parent | c2ad0c995db585ec2c1dd697ce03be1f10448847 (diff) |
portage handles /etc protect internally, we dont need to use this in here anymore
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 9 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86 | 8 |
2 files changed, 2 insertions, 15 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 452717b..20ea780 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -1,6 +1,3 @@ -# These settings were set by the catalyst build script that automatically built this stage -# Please consult /etc/make.conf.example for a more detailed example - # Compiler stuff CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe" CHOST="x86_64-pc-linux-gnu" @@ -36,11 +33,7 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-pub QEMU_USER_TARGETS="x86_64 i386" QEMU_SOFTMMU_TARGETS="x86_64 i386" -## PORTAGE CONFIG ## -CONFIG_PROTECT="/usr/share/config/kdm /etc" -# /lib/modules mask is useful for our internal tinderbox -CONFIG_PROTECT_MASK="/etc/skel /lib/modules" -APACHE2_MPMS="prefork" +## MIRRORS ## GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://mirror.bytemark.co.uk/gentoo/" USE_PYTHON="2.7 3.4" diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86 index 3b1e203..347da41 100644 --- a/conf/intel/portage/make.conf.x86 +++ b/conf/intel/portage/make.conf.x86 @@ -1,6 +1,3 @@ -# These settings were set by the catalyst build script that automatically built this stage -# Please consult /etc/make.conf.example for a more detailed example - # Compiler stuff CFLAGS="-O2 -march=i686 -mtune=generic -pipe" CHOST="i686-pc-linux-gnu" @@ -37,10 +34,7 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-pub QEMU_USER_TARGETS="x86_64 i386" QEMU_SOFTMMU_TARGETS="x86_64 i386" -## PORTAGE CONFIG ## -CONFIG_PROTECT="/usr/share/config/kdm /etc" -# /lib/modules mask is useful for our internal tinderbox -CONFIG_PROTECT_MASK="/etc/skel /lib/modules" +## MIRRORS ## GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://mirror.bytemark.co.uk/gentoo/" USE_PYTHON="2.7 3.4" |