summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-06-22 01:19:09 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-06-22 01:19:09 -0500
commit63ae37c48cf6f78309b2fe4c7f102f43f74ede44 (patch)
tree69d5a895e0a465fa809e1a2e5ef608144f86f686 /profiles
parentf8105a1c6bc2be31ef943a22d2bc5363c9559ae2 (diff)
downloadpackages-63ae37c48cf6f78309b2fe4c7f102f43f74ede44.tar.gz
packages-63ae37c48cf6f78309b2fe4c7f102f43f74ede44.tar.bz2
packages-63ae37c48cf6f78309b2fe4c7f102f43f74ede44.tar.xz
packages-63ae37c48cf6f78309b2fe4c7f102f43f74ede44.zip
profiles: updates for Python building
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/x86_64/make.defaults2
-rw-r--r--profiles/base/make.defaults4
-rw-r--r--profiles/base/package.accept_keywords4
3 files changed, 7 insertions, 3 deletions
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults
index a0ff1c2d5..581b7d903 100644
--- a/profiles/arch/x86_64/make.defaults
+++ b/profiles/arch/x86_64/make.defaults
@@ -29,4 +29,4 @@ CXXFLAGS="${CFLAGS}"
ELIBC="musl"
-USE="pam threads"
+USE="amd64 pam threads"
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 3b0ed9016..70119ab6f 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,7 +1,7 @@
# Welcome to Adélie Linux.
# This file contains the default settings for Portage(++) under Adélie Linux.
-IUSE_IMPLICIT="prefix prefix-guest"
+IUSE_IMPLICIT="amd64 prefix prefix-guest"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
@@ -49,5 +49,5 @@ FEATURES="buildpkg"
# This masks files on EVERY SYSTEM running Adélie. BE CAREFUL!
# Specifically, do not mask systemd unit files or such from the base profile.
# It can't be overriden in the systemd profile!
-INSTALL_MASK="charset.alias"
+INSTALL_MASK="/usr/lib/charset.alias"
diff --git a/profiles/base/package.accept_keywords b/profiles/base/package.accept_keywords
index 3fd44f706..cca43225a 100644
--- a/profiles/base/package.accept_keywords
+++ b/profiles/base/package.accept_keywords
@@ -7,3 +7,7 @@
=sys-kernel/linux-headers-4.4 **
=sys-process/fcron-3.2.0-r1 **
=sys-process/procps-3.3.11-r3 **
+
+=dev-lang/python-3.4.3-r7 **
+=app-eselect/eselect-python-20160222 **
+=dev-lang/python-exec-2.4.3 **