summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2016-08-06 22:05:57 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2016-08-06 22:05:57 -0500
commit6749635a2259631ca27b9563c8036d70145dd936 (patch)
tree2a4d34a4333ae6ebc43caf26063d05fc93e7a8dc /profiles
parent742d95cc2824905018b6a52c3d786affb7ff9b64 (diff)
downloadpackages-6749635a2259631ca27b9563c8036d70145dd936.tar.gz
packages-6749635a2259631ca27b9563c8036d70145dd936.tar.bz2
packages-6749635a2259631ca27b9563c8036d70145dd936.tar.xz
packages-6749635a2259631ca27b9563c8036d70145dd936.zip
Base profile: fix for libjpeg-turbo
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/x86_64/make.defaults4
-rw-r--r--profiles/base/make.defaults2
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults
index 581b7d903..4a4fac9e6 100644
--- a/profiles/arch/x86_64/make.defaults
+++ b/profiles/arch/x86_64/make.defaults
@@ -2,7 +2,7 @@ CHOST="x86_64-foxkit-linux-musl"
# We definitely use 64-bit ABI.
ABI_X86="64"
-IUSE_IMPLICIT="abi_x86_64"
+IUSE_IMPLICIT="abi_x86_64 amd64-linux"
ARCH="x86_64"
ACCEPT_KEYWORDS="${ARCH} amd64" # HACK for using Gentoo ebuilds
@@ -29,4 +29,4 @@ CXXFLAGS="${CFLAGS}"
ELIBC="musl"
-USE="amd64 pam threads"
+USE="amd64 amd64-linux pam threads"
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 90e04cb06..fd20162fb 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -8,7 +8,7 @@ USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
# Tier 1 and Tier 2 only, for now. Consult Platform Group before *ever* changing this.
TIER1_ARCH="x86 x86_64 ppc ppc64 mips arm"
TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64"
-UNFORTUNATE_STUPID_XORG_EBUILD_ARCH="x86-interix ppc-aix x86-winnt s390 sh x64-macos x86-fbsd amd64-fbsd"
+UNFORTUNATE_STUPID_XORG_EBUILD_ARCH="x86-interix ppc-aix x86-winnt s390 sh x64-macos x86-fbsd amd64-fbsd x86-linux amd64-linux"
USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH} ${UNFORTUNATE_STUPID_XORG_EBUILD_ARCH}"
# We only support these libcs right now.