diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-10-13 16:49:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-10-13 16:49:24 +0100 |
commit | bd811bed6b82ff51fc7b79beb62d40778c5c45c7 (patch) | |
tree | 490a764b91d40da6684419e4d56399b36018533a /sys-auth | |
parent | sys-auth/pam_sqlite3: Switch to sys-libs/pam (diff) | |
download | portage-bd811bed6b82ff51fc7b79beb62d40778c5c45c7.tar.xz |
sys-auth/pam_pwdfile: Switch to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild b/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild index 4c2b2235..22fd912f 100644 --- a/sys-auth/pam_pwdfile/pam_pwdfile-1.0.ebuild +++ b/sys-auth/pam_pwdfile/pam_pwdfile-1.0.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=6 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" S="${WORKDIR}/${P/pam_/libpam-}" |