Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/
Date: Mon, 22 Nov 2021 13:24:57
Message-Id: 1637587486.ecf1f9481a331ce5a6abc45c52bf0be49e222e48.sam@gentoo
1 commit: ecf1f9481a331ce5a6abc45c52bf0be49e222e48
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 13:24:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 13:24:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1f948
7
8 sys-fs/xfsprogs: add USE=selinux to pull in policy
9
10 Closes: https://bugs.gentoo.org/658838
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild | 3 ++-
14 sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild | 3 ++-
15 sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild | 3 ++-
16 3 files changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild
19 index 132fc31c0142..09adcd120083 100644
20 --- a/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild
21 +++ b/sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz"
23 LICENSE="LGPL-2.1"
24 SLOT="0"
25 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
26 -IUSE="icu libedit nls"
27 +IUSE="icu libedit nls selinux"
28
29 RDEPEND=">=sys-apps/util-linux-2.17.2
30 dev-libs/inih
31 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
32 BDEPEND="
33 nls? ( sys-devel/gettext )
34 "
35 +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
36
37 PATCHES=(
38 "${FILESDIR}"/${PN}-4.15.0-docdir.patch
39
40 diff --git a/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild
41 index 545c377884f7..74b613351ddd 100644
42 --- a/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild
43 +++ b/sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild
44 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz"
45 LICENSE="LGPL-2.1"
46 SLOT="0"
47 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
48 -IUSE="icu libedit nls"
49 +IUSE="icu libedit nls selinux"
50
51 RDEPEND=">=sys-apps/util-linux-2.17.2
52 dev-libs/inih
53 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
54 BDEPEND="
55 nls? ( sys-devel/gettext )
56 "
57 +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
58
59 PATCHES=(
60 "${FILESDIR}"/${PN}-4.15.0-docdir.patch
61
62 diff --git a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild b/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild
63 index 2fe309ad43a7..069e9cb903a7 100644
64 --- a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild
65 +++ b/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild
66 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz"
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
70 -IUSE="icu libedit nls"
71 +IUSE="icu libedit nls selinux"
72
73 RDEPEND=">=sys-apps/util-linux-2.17.2
74 dev-libs/inih
75 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}"
76 BDEPEND="
77 nls? ( sys-devel/gettext )
78 "
79 +RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
80
81 PATCHES=(
82 "${FILESDIR}"/${PN}-4.15.0-docdir.patch