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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4854C158094 for ; Mon, 18 Jul 2022 12:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71247E0F18; Mon, 18 Jul 2022 12:46:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E867EE0F18 for ; Mon, 18 Jul 2022 12:46:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6C2F340961 for ; Mon, 18 Jul 2022 12:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E496A535 for ; Mon, 18 Jul 2022 12:46:32 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1658148346.672876a22c4f8c02bec10763b831ec681cca5d7a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.use.force X-VCS-Directories: profiles/features/selinux/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 672876a22c4f8c02bec10763b831ec681cca5d7a X-VCS-Branch: master Date: Mon, 18 Jul 2022 12:46:32 +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: 56345846-663f-4fc9-95cf-ff61e95acddb X-Archives-Hash: cc3eb4f7586f9735f6d7d18778fe1a66 commit: 672876a22c4f8c02bec10763b831ec681cca5d7a Author: Ben Kohler gentoo org> AuthorDate: Mon Jul 18 12:43:05 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jul 18 12:45:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672876a2 profiles/features/selinux: remove busybox-related static-libs entries Busybox is no longer in @system and no longer +static so these entries are no longer needed. Signed-off-by: Ben Kohler gentoo.org> profiles/features/selinux/package.use.force | 7 ------- 1 file changed, 7 deletions(-) diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 4098a657aac7..39b396c108df 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,13 +1,6 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Jason Zaman (2014-12-03) -# sys-apps/busybox has IUSE="+static", so force static-libs on its deps -# so stages can build with no interacton. Bug #527938 -sys-libs/libselinux static-libs -dev-libs/libpcre static-libs -dev-libs/libcre2 static-libs - # Sven Vermeulen (2013-05-21) # sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it # here to allow stages to build with USE=xml on python