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 65AB2158086 for ; Mon, 22 Nov 2021 13:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D212E0809; Mon, 22 Nov 2021 13:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8126BE0809 for ; Mon, 22 Nov 2021 13:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 987B5342D08 for ; Mon, 22 Nov 2021 13:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50EE18E for ; Mon, 22 Nov 2021 13:24:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637587486.ecf1f9481a331ce5a6abc45c52bf0be49e222e48.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecf1f9481a331ce5a6abc45c52bf0be49e222e48 X-VCS-Branch: master Date: Mon, 22 Nov 2021 13:24:54 +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: d31144c0-5117-491f-9060-7a45d405bf26 X-Archives-Hash: e1f9adc435d75c740fda70d4a8a8fecd commit: ecf1f9481a331ce5a6abc45c52bf0be49e222e48 Author: Sam James gentoo org> AuthorDate: Mon Nov 22 13:24:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 13:24:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1f948 sys-fs/xfsprogs: add USE=selinux to pull in policy Closes: https://bugs.gentoo.org/658838 Signed-off-by: Sam James gentoo.org> sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild | 3 ++- sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild | 3 ++- sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild index 132fc31c0142..09adcd120083 100644 --- a/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="icu libedit nls" +IUSE="icu libedit nls selinux" RDEPEND=">=sys-apps/util-linux-2.17.2 dev-libs/inih @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}" BDEPEND=" nls? ( sys-devel/gettext ) " +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )" PATCHES=( "${FILESDIR}"/${PN}-4.15.0-docdir.patch diff --git a/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild index 545c377884f7..74b613351ddd 100644 --- a/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="icu libedit nls" +IUSE="icu libedit nls selinux" RDEPEND=">=sys-apps/util-linux-2.17.2 dev-libs/inih @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}" BDEPEND=" nls? ( sys-devel/gettext ) " +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )" PATCHES=( "${FILESDIR}"/${PN}-4.15.0-docdir.patch diff --git a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild index 2fe309ad43a7..069e9cb903a7 100644 --- a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="icu libedit nls" +IUSE="icu libedit nls selinux" RDEPEND=">=sys-apps/util-linux-2.17.2 dev-libs/inih @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}" BDEPEND=" nls? ( sys-devel/gettext ) " +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )" PATCHES=( "${FILESDIR}"/${PN}-4.15.0-docdir.patch