diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64-client | 4 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.x86-client | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64-client b/conf/intel/portage/make.conf.amd64-client index f06b4f5..8414fa6 100644 --- a/conf/intel/portage/make.conf.amd64-client +++ b/conf/intel/portage/make.conf.amd64-client @@ -6,7 +6,9 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## -FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries" +PORTAGE_BINHOST="http://pkg.rogentos.ro/kogaion/" ## SYSTEM LANGUAGES ## LINGUAS="en en_US ro" diff --git a/conf/intel/portage/make.conf.x86-client b/conf/intel/portage/make.conf.x86-client index c90d1c2..8ed674f 100644 --- a/conf/intel/portage/make.conf.x86-client +++ b/conf/intel/portage/make.conf.x86-client @@ -6,7 +6,9 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## -FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries" +PORTAGE_BINHOST="http://pkg.rogentos.ro/kogaion/" ## SYSTEM LANGUAGES ## LINGUAS="en en_US ro" |