From: Mikle Kolyada Date: Sat, 12 Oct 2019 21:00:13 +0000 (+0300) Subject: net-irc/ngircd: migrate to sys-libs/pam X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f32385a833c3c3adce82f2a121c25ca4680a3a05;p=gentoo.git net-irc/ngircd: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/net-irc/ngircd/ngircd-23-r1.ebuild b/net-irc/ngircd/ngircd-23-r1.ebuild index 3a8fdf576959..86154bf4dd49 100644 --- a/net-irc/ngircd/ngircd-23-r1.ebuild +++ b/net-irc/ngircd/ngircd-23-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ IUSE="debug gnutls iconv ident ipv6 libressl pam ssl tcpd zlib" RDEPEND=" iconv? ( virtual/libiconv ) ident? ( net-libs/libident ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) ssl? ( !gnutls? ( !libressl? ( dev-libs/openssl:0 ) diff --git a/net-irc/ngircd/ngircd-24.ebuild b/net-irc/ngircd/ngircd-24.ebuild index ed2882a05f8e..104e09904175 100644 --- a/net-irc/ngircd/ngircd-24.ebuild +++ b/net-irc/ngircd/ngircd-24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,7 +17,7 @@ IUSE="debug gnutls iconv ident ipv6 libressl pam ssl tcpd test zlib" RDEPEND=" iconv? ( virtual/libiconv ) ident? ( net-libs/libident ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) ssl? ( gnutls? ( net-libs/gnutls:= ) !gnutls? (