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/make.defaults | |
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/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 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" |