summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-03-20 09:44:31 +0100
committerMichael Haubenwallner <haubi@gentoo.org>2019-03-25 15:18:50 +0100
commitd9ee4ad7ae8b0226e2819727b4849aee2196c498 (patch)
treec71aa2d217ef157a7626ebcd7906ec1d856d513b /profiles/embedded/make.defaults
parentapp-backup/burp: add version 2.1.32-r1 (diff)
downloadgentoo-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/make.defaults')
-rw-r--r--profiles/embedded/make.defaults2
1 files changed, 1 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"