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 8F56F158012 for ; Fri, 24 Sep 2021 21:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DAEE09A4; Fri, 24 Sep 2021 21:02:22 +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 BE746E09A4 for ; Fri, 24 Sep 2021 21:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89498342DFA for ; Fri, 24 Sep 2021 21:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3041D83 for ; Fri, 24 Sep 2021 21:02:20 +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: <1632517072.573532ce5b9b584936644777d8b5a1bbf342ad92.floppym@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2021-09-24-busybox-removal-from-system-set/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2021-09-24-busybox-removal-from-system-set/2021-09-24-busybox-removal-from-system-set.en.txt X-VCS-Directories: 2021-09-24-busybox-removal-from-system-set/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 573532ce5b9b584936644777d8b5a1bbf342ad92 X-VCS-Branch: master Date: Fri, 24 Sep 2021 21:02:20 +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: c032f179-232a-477e-ae5b-b744b389e9eb X-Archives-Hash: bf0f2808c6f9ad11c076771a7793e9a0 commit: 573532ce5b9b584936644777d8b5a1bbf342ad92 Author: Mike Gilbert gentoo org> AuthorDate: Fri Sep 24 20:57:52 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 24 20:57:52 2021 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=573532ce 2021-09-24-busybox-removal-from-system-set: add item Signed-off-by: Mike Gilbert gentoo.org> .../2021-09-24-busybox-removal-from-system-set.en.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/2021-09-24-busybox-removal-from-system-set/2021-09-24-busybox-removal-from-system-set.en.txt b/2021-09-24-busybox-removal-from-system-set/2021-09-24-busybox-removal-from-system-set.en.txt new file mode 100644 index 0000000..16cb242 --- /dev/null +++ b/2021-09-24-busybox-removal-from-system-set/2021-09-24-busybox-removal-from-system-set.en.txt @@ -0,0 +1,19 @@ +Title: busybox removal from system set +Author: Mike Gilbert +Posted: 2021-09-24 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: sys-apps/busybox +Display-If-Profile: default/linux/* + +The sys-apps/busybox package has been removed from the system +set (@system) in Linux profiles. It was decided that this package is not +necessary for a basic system install. + +If you would like to keep this package installed, please ensure it is +present in your Portage world file. + + emerge --select --noreplace sys-apps/busybox + +As well, the "static" USE flag has been disabled by default. It may be +re-enabled locally via package.use if so desired.