diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:13:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:19:03 +0100 |
commit | bfaeee64b00fd4114792bcb747ca8b3e699ff043 (patch) | |
tree | 0fbe2eb2860352266598f4e3c51ed4dfea44c75a /net-dialup | |
parent | dev-lang/mono: add missing selinux policy dep (diff) | |
download | gentoo-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.ebuild | 3 |
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" |