commit: 95e7ad8baea71587377e50d84d392803a466f90e Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Fri Mar 22 14:00:50 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Mon Mar 25 14:18:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e7ad8b
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 <AT> gentoo.org> profiles/base/make.defaults | 2 +- profiles/base/use.mask | 1 - profiles/embedded/make.defaults | 2 +- profiles/embedded/use.mask | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 14edfe96872..7fc93d90267 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -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" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 044762aa952..fefa096f1f8 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -83,7 +83,6 @@ coreaudio # Jeremy Olexa <[email protected]> # The prefix USE flags should never be used on non prefix profiles prefix -prefix-chain prefix-guest prefix-stack diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index c69b97c6a75..2b8f8cd0897 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" diff --git a/profiles/embedded/use.mask b/profiles/embedded/use.mask index 83e697ef9a9..d7f5d232823 100644 --- a/profiles/embedded/use.mask +++ b/profiles/embedded/use.mask @@ -1,7 +1,6 @@ # Zac Medico <[email protected]> # must use a prefix profile prefix -prefix-chain prefix-stack # Chris PeBenito <[email protected]>
