From c21f7c40ab04696e93363a2dd894a9ace76ed47e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Oct 2016 11:36:30 +0100 Subject: enable binhost in devmode, split binhost.conf from make.conf, enable getbinpkg in devmode to avoid building ALL required deps --- conf/intel/portage/binhost.conf | 4 ++++ conf/intel/portage/make.conf.amd64-devel | 2 ++ conf/intel/portage/make.conf.amd64-user | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 conf/intel/portage/binhost.conf 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 -- cgit v1.2.3