diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 21:04:24 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-21 21:04:24 +0000 |
commit | 4654fdec10f95d19ecf3793c586c9ad7c40f87f7 (patch) | |
tree | cbb2caf695427e5b3873042c7171a7190edc2522 /profiles/default/linux/package.use | |
parent | 70434d4d27727aab7a17f73f084a3e84fdfe357d (diff) |
resync redcore profile with gentoo 13.0 profile
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 |