diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-03-20 09:44:31 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-03-25 15:18:50 +0100 |
commit | d9ee4ad7ae8b0226e2819727b4849aee2196c498 (patch) | |
tree | c71aa2d217ef157a7626ebcd7906ec1d856d513b /profiles/embedded | |
parent | app-backup/burp: add version 2.1.32-r1 (diff) | |
download | gentoo-d9ee4ad7ae8b0226e2819727b4849aee2196c498.tar.gz gentoo-d9ee4ad7ae8b0226e2819727b4849aee2196c498.tar.bz2 gentoo-d9ee4ad7ae8b0226e2819727b4849aee2196c498.zip |
profiles: introduce prefix-stack implicit USE flag
Will supersede the prefix-chain implicit USE flag.
Bug: https://bugs.gentoo.org/658572
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 | ||||
-rw-r--r-- | profiles/embedded/use.mask | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index e0ee78c89ae9..c69b97c6a759 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -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" diff --git a/profiles/embedded/use.mask b/profiles/embedded/use.mask index 4786ba583a37..83e697ef9a9c 100644 --- a/profiles/embedded/use.mask +++ b/profiles/embedded/use.mask @@ -2,6 +2,7 @@ # must use a prefix profile prefix prefix-chain +prefix-stack # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile |