From: Mikle Kolyada Date: Sat, 12 Oct 2019 20:35:19 +0000 (+0300) Subject: net-proxy/dante: migrate to sys-libs/pam X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8d88b88f8b812cfab0cb7dd05926349740af4f8;p=gentoo.git net-proxy/dante: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild b/net-proxy/dante/dante-1.4.1-r1.ebuild index 0e6ba627e01d..a01963ca09b4 100644 --- a/net-proxy/dante/dante-1.4.1-r1.ebuild +++ b/net-proxy/dante/dante-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="debug kerberos pam selinux static-libs tcpd upnp" CDEPEND=" kerberos? ( virtual/krb5 ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) tcpd? ( sys-apps/tcp-wrappers ) upnp? ( net-libs/miniupnpc:= ) userland_GNU? ( virtual/shadow )