diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:16:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 21:16:02 +0300 |
commit | 619b2f97aff91587e8ac2055de7264e94c78b5bd (patch) | |
tree | f67e5e8cca89f45d0b07182f80e566a92c3737e6 /www-apache | |
parent | www-servers/cherokee: migrate to sys-libs/pam (diff) | |
download | gentoo-619b2f97aff91587e8ac2055de7264e94c78b5bd.tar.gz gentoo-619b2f97aff91587e8ac2055de7264e94c78b5bd.tar.bz2 gentoo-619b2f97aff91587e8ac2055de7264e94c78b5bd.zip |
www-apache/pwauth: 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-apache')
-rw-r--r-- | www-apache/pwauth/pwauth-2.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/pwauth/pwauth-2.3.10.ebuild b/www-apache/pwauth/pwauth-2.3.10.ebuild index 8bd3806e64a3..c1fd701b6e9c 100644 --- a/www-apache/pwauth/pwauth-2.3.10.ebuild +++ b/www-apache/pwauth/pwauth-2.3.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="faillog pam ignore-case domain-aware" -DEPEND="pam? ( virtual/pam )" +DEPEND="pam? ( sys-libs/pam )" RDEPEND="${DEPEND}" PATCHES=( |