diff options
-rw-r--r-- | conf/intel/portage/binhost.conf | 4 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-devel | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-user | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/conf/intel/portage/binhost.conf b/conf/intel/portage/binhost.conf new file mode 100644 index 0000000..212f128 --- /dev/null +++ b/conf/intel/portage/binhost.conf @@ -0,0 +1,4 @@ +# Kogaion main repository +PORTAGE_BINHOST="http://pkg.rogentos.ro/binhost/x64/" +# Kogaion testing repository (restricted, use only if you have access) +# PORTAGE_BINHOST="http://kogaionlinux.eu/binhost/x64" diff --git a/conf/intel/portage/make.conf.amd64-devel b/conf/intel/portage/make.conf.amd64-devel index a408ed3..a5ae74a 100644 --- a/conf/intel/portage/make.conf.amd64-devel +++ b/conf/intel/portage/make.conf.amd64-devel @@ -7,6 +7,7 @@ MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkg --rebuilt-binaries" ## SYSTEM LANGUAGES ## LINGUAS="en en_US en_GB uk ro_RO ro" @@ -67,3 +68,4 @@ INSTALL_MASK="/etc/init.d /etc/runlevels" source /var/lib/layman/make.conf +source /etc/portage/binhost.conf diff --git a/conf/intel/portage/make.conf.amd64-user b/conf/intel/portage/make.conf.amd64-user index f839150..b0e321d 100644 --- a/conf/intel/portage/make.conf.amd64-user +++ b/conf/intel/portage/make.conf.amd64-user @@ -8,7 +8,6 @@ MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries" -PORTAGE_BINHOST="http://pkg.rogentos.ro/binhost/x64/" ## SYSTEM LANGUAGES ## LINGUAS="en en_US en_GB uk ro_RO ro" @@ -69,3 +68,4 @@ INSTALL_MASK="/etc/init.d /etc/runlevels" source /var/lib/layman/make.conf +source /etc/portage/binhost.conf |