summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2021-06-21 00:00:00 +0000
committerSam James <sam@gentoo.org>2021-06-22 19:18:25 +0100
commit77a416eadc630216d05590e4f35d77e1dc3c122b (patch)
tree2c62a871ad64187b52ae38433c78cf55f41ff161 /net-dialup
parentnet-nds/openldap: Add dependency on virtual/libcrypt. (diff)
downloadgentoo-77a416eadc630216d05590e4f35d77e1dc3c122b.tar.gz
gentoo-77a416eadc630216d05590e4f35d77e1dc3c122b.tar.bz2
gentoo-77a416eadc630216d05590e4f35d77e1dc3c122b.zip
net-dialup/ppp: Add dependency on virtual/libcrypt.
Needed for upcoming libxcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ppp-2.4.9-r3.ebuild (renamed from net-dialup/ppp/ppp-2.4.9-r2.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild b/net-dialup/ppp/ppp-2.4.9-r3.ebuild
index a949862b2b6f..ee2c42158a53 100644
--- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.9-r3.ebuild
@@ -18,11 +18,12 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc
IUSE="activefilter atm dhcp +eap-tls gtk ipv6 pam radius"
DEPEND="
+ dev-libs/openssl:0=
+ virtual/libcrypt:=
activefilter? ( net-libs/libpcap )
atm? ( net-dialup/linux-atm )
- pam? ( sys-libs/pam )
gtk? ( x11-libs/gtk+:2 )
- dev-libs/openssl:0=
+ pam? ( sys-libs/pam )
"
RDEPEND="${DEPEND}
!<net-misc/netifrc-0.7.1-r2"