From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22096158013 for ; Fri, 24 Sep 2021 21:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A80E0798; Fri, 24 Sep 2021 21:02:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A8F4E0824 for ; Fri, 24 Sep 2021 21:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 533D6342DFB for ; Fri, 24 Sep 2021 21:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF2A102 for ; Fri, 24 Sep 2021 21:02:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1632517122.971176581ada9973cf45ac3b3230d6476fae48fb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/package.use X-VCS-Directories: profiles/default/linux/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 971176581ada9973cf45ac3b3230d6476fae48fb X-VCS-Branch: master Date: Fri, 24 Sep 2021 21:02:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f120fb82-bbfb-4b6a-abe5-a8d3d34c924a X-Archives-Hash: 2c066738ba7f00f536a4a6e72bb0e26c commit: 971176581ada9973cf45ac3b3230d6476fae48fb Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 9 19:38:18 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 24 20:58:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97117658 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 gentoo.org> profiles/default/linux/package.use | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use index e45526319f5..a283c16b146 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 (2017-10-29) # Override default from make.defaults, bug 635822. net-libs/mbedtls -zlib -# Mike Frysinger (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 (2011-02-13) # Disable deprecated bsddb module of Python 2 by default. =dev-lang/python-2* -berkdb