mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles: add 'prefix-chain' to IUSE_IMPLICIT, use.masked
This commit is contained in:
@@ -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-guest"
|
||||
IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
|
||||
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"
|
||||
|
||||
@@ -66,6 +66,7 @@ coreaudio
|
||||
# Jeremy Olexa <darkside@gentoo.org>
|
||||
# The prefix USE flags should never be used on non prefix profiles
|
||||
prefix
|
||||
prefix-chain
|
||||
prefix-guest
|
||||
|
||||
# Diego E. Pettenò <flameeyes@gentoo.org> (19 Oct 2010)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user