diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-09-09 15:38:18 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-09-24 16:58:42 -0400 |
commit | 971176581ada9973cf45ac3b3230d6476fae48fb (patch) | |
tree | 9586dd90f73495ef4460c58d430046c3f957f2f8 /profiles/default/linux/package.use | |
parent | profiles/default/linux: remove busybox from @system (diff) | |
download | gentoo-971176581ada9973cf45ac3b3230d6476fae48fb.tar.gz gentoo-971176581ada9973cf45ac3b3230d6476fae48fb.tar.bz2 gentoo-971176581ada9973cf45ac3b3230d6476fae48fb.zip |
profiles/default/linux: remove busybox from package.use
With busybox no longer in @system, there is no reason to make it static
by default.
Bug: https://bugs.gentoo.org/750920
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/default/linux/package.use')
-rw-r--r-- | profiles/default/linux/package.use | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use index e45526319f5a..a283c16b146c 100644 --- a/profiles/default/linux/package.use +++ b/profiles/default/linux/package.use @@ -1,15 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Mike Gilbert <floppym@gentoo.org> (2017-10-29) # Override default from make.defaults, bug 635822. net-libs/mbedtls -zlib -# Mike Frysinger <vapier@gentoo.org> (2015-11-12) -# 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> (2011-02-13) # Disable deprecated bsddb module of Python 2 by default. =dev-lang/python-2* -berkdb |