summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:47:04 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:50:06 +0100
commit1c2be103bba0396f741545a4e7c2d156ecbf67d1 (patch)
tree238f5072b8e1db8d7358ae017f3b12d618d6b775 /net-nntp
parentnet-misc/netkit-fingerd: add missing selinux policy dep (diff)
downloadgentoo-1c2be103bba0396f741545a4e7c2d156ecbf67d1.tar.gz
gentoo-1c2be103bba0396f741545a4e7c2d156ecbf67d1.tar.bz2
gentoo-1c2be103bba0396f741545a4e7c2d156ecbf67d1.zip
net-nntp/slrn: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/slrn/slrn-1.0.3-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-nntp/slrn/slrn-1.0.3-r1.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
index ea2f93eec04e..9612089db12e 100644
--- a/net-nntp/slrn/slrn-1.0.3-r1.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 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="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="canlock nls ssl uudeview"
+IUSE="canlock nls selinux ssl uudeview"
RDEPEND="app-arch/sharutils
>=sys-libs/slang-2.2.3
@@ -24,6 +24,7 @@ RDEPEND="app-arch/sharutils
uudeview? ( dev-libs/uulib )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
+RDEPEND+=" selinux? ( sec-policy/selinux-slrnpull )"
PATCHES=( "${FILESDIR}"/${PN}-1.0.2-make.patch )