net-irc/ngircd: migrate to sys-libs/pam
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 12 Oct 2019 21:00:13 +0000 (00:00 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 12 Oct 2019 21:00:13 +0000 (00:00 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-irc/ngircd/ngircd-23-r1.ebuild
net-irc/ngircd/ngircd-24.ebuild

index 3a8fdf5769596df6e5b4a4b057ca2ef6e469774e..86154bf4dd496d2f5af33d4207c7cab285f052ed 100644 (file)
@@ -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 )
index ed2882a05f8efaefe3174ef70e0affdc185eec9d..104e0990417599e09a410db7476bec3bc5122eb0 100644 (file)
@@ -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? (