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/embedded | |
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/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 120bf5438eaf..0a6f3ed3cd7b 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-guest" +IUSE_IMPLICIT="prefix prefix-chain prefix-guest" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-fbsd 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 e8facd1c579e..4786ba583a37 100644 --- a/profiles/embedded/use.mask +++ b/profiles/embedded/use.mask @@ -1,6 +1,7 @@ # Zac Medico <zmedico@gentoo.org> # must use a prefix profile prefix +prefix-chain # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile |