diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-11 13:47:13 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-11 13:47:23 +0200 |
commit | f82dc7af5c672da67c683ad219d4b609d66f0f2b (patch) | |
tree | a44429a2ee8bc15a2b03cb6fbe89d09e5b4ac83f /profiles/base | |
parent | app-emulation/wine-any: QA, use failglob (diff) | |
download | gentoo-f82dc7af5c672da67c683ad219d4b609d66f0f2b.tar.gz gentoo-f82dc7af5c672da67c683ad219d4b609d66f0f2b.tar.bz2 gentoo-f82dc7af5c672da67c683ad219d4b609d66f0f2b.zip |
profiles: add 'prefix-chain' to IUSE_IMPLICIT, use.masked
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/use.mask | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c177850ab541..acf5b268cd1c 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -5,7 +5,7 @@ # See portage(5) manpage # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later) -IUSE_IMPLICIT="prefix prefix-guest" +IUSE_IMPLICIT="prefix prefix-chain prefix-guest" USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6b1037a6d445..3af2a93afa8a 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -66,6 +66,7 @@ coreaudio # Jeremy Olexa <darkside@gentoo.org> # The prefix USE flags should never be used on non prefix profiles prefix +prefix-chain prefix-guest # Diego E. Pettenò <flameeyes@gentoo.org> (19 Oct 2010) |