summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-03-22 15:00:50 +0100
committerMichael Haubenwallner <haubi@gentoo.org>2019-03-25 15:18:51 +0100
commit95e7ad8baea71587377e50d84d392803a466f90e (patch)
tree1a28b7c5ee9fda30db12a74e5899cfd430f9ce85 /profiles/embedded/make.defaults
parentapp-portage/prefix-toolkit: new package (diff)
downloadgentoo-95e7ad8baea71587377e50d84d392803a466f90e.tar.gz
gentoo-95e7ad8baea71587377e50d84d392803a466f90e.tar.bz2
gentoo-95e7ad8baea71587377e50d84d392803a466f90e.zip
profiles: drop prefix-chain implicit USE flag
Renaming prefix-chain to prefix-stack is completed now. 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 c69b97c6a759..2b8f8cd08975 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 prefix-stack"
+IUSE_IMPLICIT="prefix 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"