commit: bfaeee64b00fd4114792bcb747ca8b3e699ff043
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:13:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:19:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfaeee64
net-dialup/ppp: add missing selinux policy dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/ppp/ppp-2.5.0-r4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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"