diff options
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) |