diff options
Diffstat (limited to 'net-irc/ngircd/ngircd-23-r1.ebuild')
-rw-r--r-- | net-irc/ngircd/ngircd-23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |