commit:     8fade12c6f12d5138b10c82e425bf63f7a20b7ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:40:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fade12c

app-text/mandoc: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/mandoc/mandoc-1.14.6.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild 
b/app-text/mandoc/mandoc-1.14.6.ebuild
index 5bc3b9b99426..9af875d1eed0 100644
--- a/app-text/mandoc/mandoc-1.14.6.ebuild
+++ b/app-text/mandoc/mandoc-1.14.6.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
@@ -12,7 +12,7 @@ SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz";
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86"
-IUSE="cgi system-man"
+IUSE="cgi selinux system-man"
 
 RDEPEND="sys-libs/zlib
        system-man? ( !sys-apps/man-db )
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
 BDEPEND="
        cgi? ( app-text/highlight )
 "
+RDEPEND+=" selinux? ( sec-policy/selinux-makewhatis )"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch

Reply via email to