diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-02 17:17:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-02 17:17:06 +0100 |
commit | 1a9a37cf7124ae74d1cdc76575d591b4544fcb91 (patch) | |
tree | ce807559bd90f84926175a5c52a15f6b701175cb /conf/intel | |
parent | ce5875d2fd418e631b753fa255bfd029bfd38edb (diff) |
add zz-custom.conf
Diffstat (limited to 'conf/intel')
-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 |