summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-28 08:13:59 +0100
committerSam James <sam@gentoo.org>2023-06-28 08:19:03 +0100
commitbfaeee64b00fd4114792bcb747ca8b3e699ff043 (patch)
tree0fbe2eb2860352266598f4e3c51ed4dfea44c75a /net-dialup
parentdev-lang/mono: add missing selinux policy dep (diff)
downloadgentoo-bfaeee64b00fd4114792bcb747ca8b3e699ff043.tar.gz
gentoo-bfaeee64b00fd4114792bcb747ca8b3e699ff043.tar.bz2
gentoo-bfaeee64b00fd4114792bcb747ca8b3e699ff043.zip
net-dialup/ppp: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ppp-2.5.0-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/ppp/ppp-2.5.0-r4.ebuild b/net-dialup/ppp/ppp-2.5.0-r4.ebuild
index 70a453504c7b..7f006a9d017d 100644
--- a/net-dialup/ppp/ppp-2.5.0-r4.ebuild
+++ b/net-dialup/ppp/ppp-2.5.0-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="BSD GPL-2"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="activefilter atm gtk pam systemd"
+IUSE="activefilter atm gtk pam selinux systemd"
DEPEND="
dev-libs/openssl:0=
@@ -29,6 +29,7 @@ DEPEND="
RDEPEND="
${DEPEND}
!<net-misc/netifrc-0.7.1-r2
+ selinux? ( sec-policy/selinux-ppp )
"
BDEPEND="virtual/pkgconfig"
PDEPEND="net-dialup/ppp-scripts"