From f32a895e55ad450da002f5a92f1a8d3ac9fde8c3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 28 Jun 2023 08:51:28 +0100 Subject: net-fs/autofs: add missing selinux policy dep Signed-off-by: Sam James --- net-fs/autofs/autofs-5.1.8-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-fs/autofs') 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/ -- cgit v1.2.3-65-gdbad