From: Mikle Kolyada Date: Sat, 12 Oct 2019 21:37:31 +0000 (+0300) Subject: www-misc/shellinabox: migrate to sys-libs/pam X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af23504cb7833c9d099d227f6c153ab3f3b3b63b;p=gentoo.git www-misc/shellinabox: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild b/www-misc/shellinabox/shellinabox-2.20-r1.ebuild index 11203d1d18cc..402d2b3c081b 100644 --- a/www-misc/shellinabox/shellinabox-2.20-r1.ebuild +++ b/www-misc/shellinabox/shellinabox-2.20-r1.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=5 @@ -19,7 +19,7 @@ IUSE="+pam" DEPEND=" dev-libs/openssl:0= - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" SIAB_CERT_DIR="/etc/shellinabox/cert" SIAB_SSL_BASH="${SIAB_CERT_DIR}/gen_ssl_cert.bash"