diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:37:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:37:31 +0300 |
commit | af23504cb7833c9d099d227f6c153ab3f3b3b63b (patch) | |
tree | 1d5589c4d200302587d6d5d0151b021a7c24dc90 /www-misc | |
parent | sys-process/at: migrate to sys-libs/pam (diff) | |
download | gentoo-af23504cb7833c9d099d227f6c153ab3f3b3b63b.tar.gz gentoo-af23504cb7833c9d099d227f6c153ab3f3b3b63b.tar.bz2 gentoo-af23504cb7833c9d099d227f6c153ab3f3b3b63b.zip |
www-misc/shellinabox: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/shellinabox/shellinabox-2.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |