Skip to content
Snippets Groups Projects
Commit 0aa04d5f authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

Configure base profile for build-tools package

parent ca84ea23
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
=sys-apps/shadow-4.2.1-r2 **
=sys-kernel/linux-headers-4.4 **
=sys-devel/m4-1.4.17 **
# 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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment