From 0aa04d5ff4368a3d288b3e7df5a22f719c1bab3e Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sun, 27 Mar 2016 16:07:33 -0500 Subject: Configure base profile for build-tools package --- profiles/base/make.defaults | 4 ++-- profiles/base/package.accept_keywords | 1 + profiles/base/package.use | 14 ++++++++++++++ profiles/base/use.mask | 6 ++++++ 4 files changed, 23 insertions(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index a9d0f7bcb..4c3ef79ea 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -11,8 +11,8 @@ TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64" USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH}" # We only support these libcs right now. -# FreeBSD and uclibc must be added due to stupid gentoo ebuilds -USE_EXPAND_VALUES_ELIBC="glibc musl FreeBSD uclibc" +# FreeBSD, glibc, mintlib, and uclibc must be added due to stupid gentoo ebuilds +USE_EXPAND_VALUES_ELIBC="glibc mintlib musl FreeBSD uclibc" # XXX Someday fix it to know that busybox != GNU USE_EXPAND_VALUES_KERNEL="linux" diff --git a/profiles/base/package.accept_keywords b/profiles/base/package.accept_keywords index a762f7325..d394c94e6 100644 --- a/profiles/base/package.accept_keywords +++ b/profiles/base/package.accept_keywords @@ -1,2 +1,3 @@ =sys-apps/shadow-4.2.1-r2 ** +=sys-kernel/linux-headers-4.4 ** =sys-devel/m4-1.4.17 ** diff --git a/profiles/base/package.use b/profiles/base/package.use index 0709d12bc..c5f1199c8 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1 +1,15 @@ +# Needed for correct building of Linux-PAM sys-libs/pam -audit -berkdb cracklib -filecaps -nis pie + +# Security-related USE +dev-db/sqlite secure-delete +dev-libs/apr-util openssl + +# Needed for build-tools +app-crypt/pinentry ncurses +dev-util/cmake doc +dev-vcs/cvs doc +dev-vcs/git doc -python +dev-vcs/subversion doc +net-misc/curl ssl +sys-devel/gcc doc libssp diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d2710d66a..6b2e9d9a7 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -5,5 +5,11 @@ prefix-guest # We do not, under any circumstances, support alt/BSD installs elibc_FreeBSD +# We do not, under any circumstances, support glibc +elibc_glibc + +# We do not run on Atari computers... +elibc_mintlib + # We likewise do not support the unmaintained uclibc any more elibc_uclibc -- cgit v1.2.3-60-g2f50