Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: base-system@g.o, toolchain@g.o, Mike Gilbert <floppym@g.o>
Subject: [gentoo-dev] [PATCH 2/5] profiles/default/linux: remove busybox from package.use
Date: Thu, 09 Sep 2021 19:49:08
Message-Id: 20210909194738.3883590-2-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/5] profiles/default/linux: remove busybox from @system by Mike Gilbert
1 With busybox no longer in @system, there is no reason to make it static
2 by default.
3
4 Signed-off-by: Mike Gilbert <floppym@g.o>
5 ---
6 profiles/default/linux/package.use | 7 +------
7 1 file changed, 1 insertion(+), 6 deletions(-)
8
9 diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
10 index e45526319f5..a283c16b146 100644
11 --- a/profiles/default/linux/package.use
12 +++ b/profiles/default/linux/package.use
13 @@ -1,15 +1,10 @@
14 -# Copyright 1999-2011 Gentoo Foundation
15 +# Copyright 1999-2021 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 # Mike Gilbert <floppym@g.o> (2017-10-29)
19 # Override default from make.defaults, bug 635822.
20 net-libs/mbedtls -zlib
21
22 -# Mike Frysinger <vapier@g.o> (2015-11-12)
23 -# We want busybox statically linked by default as it is the system rescue shell.
24 -# But we cannot statically link pam, so turn that off by default. #468580
25 -sys-apps/busybox -pam static
26 -
27 # Arfrever Frehtes Taifersar Arahesis <arfrever@g.o> (2011-02-13)
28 # Disable deprecated bsddb module of Python 2 by default.
29 =dev-lang/python-2* -berkdb
30 --
31 2.33.0