diff options
author | Sam James <sam@gentoo.org> | 2021-11-22 13:24:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-22 13:24:46 +0000 |
commit | ecf1f9481a331ce5a6abc45c52bf0be49e222e48 (patch) | |
tree | 3e01bcf57f1cc2c6240d047186a30bb5837cbb7c | |
parent | x11-misc/py3status: version bump (diff) | |
download | gentoo-ecf1f9481a331ce5a6abc45c52bf0be49e222e48.tar.gz gentoo-ecf1f9481a331ce5a6abc45c52bf0be49e222e48.tar.bz2 gentoo-ecf1f9481a331ce5a6abc45c52bf0be49e222e48.zip |
sys-fs/xfsprogs: add USE=selinux to pull in policy
Closes: https://bugs.gentoo.org/658838
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-5.10.0-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-5.13.0.ebuild | 3 | ||||
-rw-r--r-- | 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 |