profiles: introduce prefix-stack implicit USE flag
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 20 Mar 2019 08:44:31 +0000 (09:44 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 25 Mar 2019 14:18:50 +0000 (15:18 +0100)
Will supersede the prefix-chain implicit USE flag.
Bug: https://bugs.gentoo.org/658572

Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
profiles/base/make.defaults
profiles/base/use.mask
profiles/embedded/make.defaults
profiles/embedded/use.mask

index 7e04c424dd491799b16c0096943dec04aaeb201e..14edfe968729818c4ed58a008d9bd0f0726919d1 100644 (file)
@@ -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-chain prefix-guest"
+IUSE_IMPLICIT="prefix prefix-chain prefix-guest prefix-stack"
 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"
index 7367d441269386132d7e6034766bf24baf135c4e..044762aa9521670c6b32583bcd12b3e8f6249b17 100644 (file)
@@ -85,6 +85,7 @@ coreaudio
 prefix
 prefix-chain
 prefix-guest
+prefix-stack
 
 # Diego E. Pettenò <flameeyes@gentoo.org> (19 Oct 2010)
 # masking flags that only apply to FreeBSD
index e0ee78c89ae972f5d545178773a48c6629ad4b1b..c69b97c6a7596238b8e505c01efc0bcc401f4e33 100644 (file)
@@ -17,7 +17,7 @@ USERLAND="GNU"
 LINGUAS="en"
 
 # Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
-IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
+IUSE_IMPLICIT="prefix prefix-chain prefix-guest prefix-stack"
 USE_EXPAND_UNPREFIXED="ARCH"
 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
 USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos s390 sh sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
index 4786ba583a374c71822829d4636b8586915f4bba..83e697ef9a9c32c1ba0e5f8d84e78527b77d4d32 100644 (file)
@@ -2,6 +2,7 @@
 # must use a prefix profile
 prefix
 prefix-chain
+prefix-stack
 
 # Chris PeBenito <pebenito@gentoo.org>
 # must use a SELinux profile