diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:51:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:55:01 +0100 |
commit | f32a895e55ad450da002f5a92f1a8d3ac9fde8c3 (patch) | |
tree | 42fe61faa4f119671fe82b057420cfdf49fd3069 /net-fs/autofs | |
parent | net-analyzer/zabbix: bump to 5.0.36 (diff) | |
download | gentoo-f32a895e55ad450da002f5a92f1a8d3ac9fde8c3.tar.gz gentoo-f32a895e55ad450da002f5a92f1a8d3ac9fde8c3.tar.bz2 gentoo-f32a895e55ad450da002f5a92f1a8d3ac9fde8c3.zip |
net-fs/autofs: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index c904304565b7..c329818c19ab 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-r1.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=7 @@ -13,7 +13,7 @@ SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd" +IUSE="dmalloc ldap +libtirpc mount-locking sasl selinux systemd" # currently, sasl code assumes the presence of kerberosV RDEPEND=" @@ -40,6 +40,7 @@ BDEPEND=" virtual/pkgconfig app-alternatives/yacc " +RDEPEND+=" selinux? ( sec-policy/selinux-automount )" PATCHES=( "${WORKDIR}"/${P}-patches/ |