diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 | ||||
-rw-r--r-- | profiles/base/package.accept_keywords | 4 |
2 files changed, 6 insertions, 2 deletions
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 ** |