summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-04-28 22:59:24 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-04-28 23:02:58 +0100
commit9bb48bafd0ee8d5757043351beb5751ad4a9b2c8 (patch)
treee9bae455ccf2fd57f9bfef6fee3614fcd210e56a /profiles
parentprofiles/enlightenment/cross: Refresh USE_EXPAND (diff)
downloadportage-9bb48bafd0ee8d5757043351beb5751ad4a9b2c8.tar.xz
profiles/enlightenment/cross: Move IUSE_IMPLICIT down so we can make
usage of USE_EXPAND_VALUES_ARCH
Diffstat (limited to 'profiles')
-rw-r--r--profiles/enlightenment/cross/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/enlightenment/cross/make.defaults b/profiles/enlightenment/cross/make.defaults
index 3c2dc4df..9590d16b 100644
--- a/profiles/enlightenment/cross/make.defaults
+++ b/profiles/enlightenment/cross/make.defaults
@@ -15,10 +15,9 @@ FEATURES="unknown-features-warn
CBUILD=x86_64-pc-linux-gnu
HOSTCC=x86_64-pc-linux-gnu-gcc
-IUSE_IMPLICIT="prefix"
-
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
USE_EXPAND_VALUES_ELIBC="glibc uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="linux FreeBSD Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
@@ -76,6 +75,8 @@ USE_EXPAND="
USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86"
+IUSE_IMPLICIT="prefix ${USE_EXPAND_VALUES_ARCH}"
+
# CPU features
CPU_FLAGS_X86="${CPU_FLAGS_X86} mmx mmext sse sse2"