diff options
Diffstat (limited to 'profiles/default/linux/package.use')
-rw-r--r-- | profiles/default/linux/package.use | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use new file mode 100644 index 00000000..36a4bb16 --- /dev/null +++ b/profiles/default/linux/package.use @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Mike Gilbert <floppym@gentoo.org> (29 Oct 2017) +# Override default from make.defaults, bug 635822. +net-libs/mbedtls -zlib + +# Mike Frysinger <vapier@gentoo.org> (12 Nov 2015) +# We want busybox statically linked by default as it is the system rescue shell. +# But we cannot statically link pam, so turn that off by default. #468580 +sys-apps/busybox -pam static + +# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011) +# Disable deprecated bsddb module of Python 2 by default. +=dev-lang/python-2* -berkdb |