Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/
Date: Sat, 12 Oct 2019 20:55:20
Message-Id: 1570913708.617780111fa2943d47f5580f323fbe17a286e945.zlogene@gentoo
1 commit: 617780111fa2943d47f5580f323fbe17a286e945
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:55:08 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:55:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61778011
7
8 net-dialup/ppp: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-dialup/ppp/ppp-2.4.7-r7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dialup/ppp/ppp-2.4.7-r7.ebuild b/net-dialup/ppp/ppp-2.4.7-r7.ebuild
17 index 0139d679188..07da646685d 100644
18 --- a/net-dialup/ppp/ppp-2.4.7-r7.ebuild
19 +++ b/net-dialup/ppp/ppp-2.4.7-r7.ebuild
20 @@ -20,7 +20,7 @@ IUSE="activefilter atm dhcp eap-tls gtk ipv6 libressl pam radius"
21 DEPEND="
22 activefilter? ( net-libs/libpcap )
23 atm? ( net-dialup/linux-atm )
24 - pam? ( virtual/pam )
25 + pam? ( sys-libs/pam )
26 gtk? ( x11-libs/gtk+:2 )
27 !libressl? ( dev-libs/openssl:0= )
28 libressl? ( dev-libs/libressl:= )