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-proxy/dante/
Date: Sat, 12 Oct 2019 20:35:30
Message-Id: 1570912519.c8d88b88f8b812cfab0cb7dd05926349740af4f8.zlogene@gentoo
1 commit: c8d88b88f8b812cfab0cb7dd05926349740af4f8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:35:19 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:35:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d88b88
7
8 net-proxy/dante: 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-proxy/dante/dante-1.4.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild b/net-proxy/dante/dante-1.4.1-r1.ebuild
17 index 0e6ba627e01..a01963ca09b 100644
18 --- a/net-proxy/dante/dante-1.4.1-r1.ebuild
19 +++ b/net-proxy/dante/dante-1.4.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ IUSE="debug kerberos pam selinux static-libs tcpd upnp"
27
28 CDEPEND="
29 kerberos? ( virtual/krb5 )
30 - pam? ( virtual/pam )
31 + pam? ( sys-libs/pam )
32 tcpd? ( sys-apps/tcp-wrappers )
33 upnp? ( net-libs/miniupnpc:= )
34 userland_GNU? ( virtual/shadow )