diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64-binmode | 1 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-mixedmode | 1 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-srcmode | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index b082e7e..6387dc8 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -18,6 +18,7 @@ source /etc/portage/global.conf/python.conf source /etc/portage/global.conf/qemu.conf source /etc/portage/global.conf/ruby.conf source /etc/portage/global.conf/useflags.conf +source /etc/portage/global.conf/zz-custom.conf ## SISYPHUS MIRRORS ## source /etc/sisyphus/mirrors.conf diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index 6ad5c55..3731006 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -19,6 +19,7 @@ source /etc/portage/global.conf/python.conf source /etc/portage/global.conf/qemu.conf source /etc/portage/global.conf/ruby.conf source /etc/portage/global.conf/useflags.conf +source /etc/portage/global.conf/zz-custom.conf ## SISYPHUS MIRRORS ## source /etc/sisyphus/mirrors.conf diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index 74401c6..3348ce4 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -18,3 +18,4 @@ source /etc/portage/global.conf/python.conf source /etc/portage/global.conf/qemu.conf source /etc/portage/global.conf/ruby.conf source /etc/portage/global.conf/useflags.conf +source /etc/portage/global.conf/zz-custom.conf |