commit: f32385a833c3c3adce82f2a121c25ca4680a3a05 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 21:00:13 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 21:00:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32385a8
net-irc/ngircd: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-irc/ngircd/ngircd-23-r1.ebuild | 4 ++-- net-irc/ngircd/ngircd-24.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-irc/ngircd/ngircd-23-r1.ebuild b/net-irc/ngircd/ngircd-23-r1.ebuild index 3a8fdf57695..86154bf4dd4 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 ed2882a05f8..104e0990417 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? (