diff options
author | 2023-06-28 08:38:22 +0100 | |
---|---|---|
committer | 2023-06-28 08:50:11 +0100 | |
commit | 0577f9917d9e8a5f87bf62f6726a6f4c3762d4f4 (patch) | |
tree | 05147ae5fc2c3fc31298a17c0066013ab73f2093 /sys-fs | |
parent | sys-boot/plymouth: add missing selinux policy dep (diff) | |
download | gentoo-0577f9917d9e8a5f87bf62f6726a6f4c3762d4f4.tar.gz gentoo-0577f9917d9e8a5f87bf62f6726a6f4c3762d4f4.tar.bz2 gentoo-0577f9917d9e8a5f87bf62f6726a6f4c3762d4f4.zip |
sys-fs/quota: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/quota/quota-4.09.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/quota/quota-4.09.ebuild b/sys-fs/quota/quota-4.09.ebuild index 18be0e78f485..8bf802bd6d36 100644 --- a/sys-fs/quota/quota-4.09.ebuild +++ b/sys-fs/quota/quota-4.09.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="ldap netlink nls rpc tcpd" +IUSE="ldap netlink nls rpc selinux tcpd" RDEPEND=" sys-fs/e2fsprogs @@ -31,6 +31,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="nls? ( sys-devel/gettext )" PDEPEND="rpc? ( net-nds/rpcbind )" +RDEPEND+=" selinux? ( sec-policy/selinux-quota )" PATCHES=( "${FILESDIR}"/${PN}-4.09-configure-bashism.patch |