profiles: drop prefix-chain implicit USE flag
authorMichael Haubenwallner <haubi@gentoo.org>
Fri, 22 Mar 2019 14:00:50 +0000 (15:00 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 25 Mar 2019 14:18:51 +0000 (15:18 +0100)
Renaming prefix-chain to prefix-stack is completed now.
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 14edfe968729818c4ed58a008d9bd0f0726919d1..7fc93d902675365688b5e28e4cae6ba314a92c23 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 prefix-stack"
+IUSE_IMPLICIT="prefix 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 044762aa9521670c6b32583bcd12b3e8f6249b17..fefa096f1f8cfff60fd5c656fb6b3398f5795d27 100644 (file)
@@ -83,7 +83,6 @@ coreaudio
 # Jeremy Olexa <darkside@gentoo.org>
 # The prefix USE flags should never be used on non prefix profiles
 prefix
-prefix-chain
 prefix-guest
 prefix-stack
 
index c69b97c6a7596238b8e505c01efc0bcc401f4e33..2b8f8cd0897575fd66a3b29e6f0e43c35de002c0 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 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"
index 83e697ef9a9c32c1ba0e5f8d84e78527b77d4d32..d7f5d2328231a93bf2d5e46f295852412ff95cb5 100644 (file)
@@ -1,7 +1,6 @@
 # Zac Medico <zmedico@gentoo.org>
 # must use a prefix profile
 prefix
-prefix-chain
 prefix-stack
 
 # Chris PeBenito <pebenito@gentoo.org>