summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:40:25 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:50:01 +0100
commit8fade12c6f12d5138b10c82e425bf63f7a20b7ea (patch)
tree3e2f952161fd0b2aef0bb5c9de959838c44b8d49 /app-text/mandoc/mandoc-1.14.6.ebuild
parentapp-misc/lirc: add missing selinux policy dep (diff)
downloadgentoo-8fade12c6f12d5138b10c82e425bf63f7a20b7ea.tar.gz
gentoo-8fade12c6f12d5138b10c82e425bf63f7a20b7ea.tar.bz2
gentoo-8fade12c6f12d5138b10c82e425bf63f7a20b7ea.zip
app-text/mandoc: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/mandoc/mandoc-1.14.6.ebuild')
-rw-r--r--app-text/mandoc/mandoc-1.14.6.ebuild5
1 files 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