diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:29:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-13 00:29:02 +0300 |
commit | ae481229245ed8fb75a5013a38e14214724aef56 (patch) | |
tree | 3c4d60565c743ea2c942177c07d6866c6f49858f /sys-auth | |
parent | net-mail/mailutils: migrate to sys-libs/pam (diff) | |
download | gentoo-ae481229245ed8fb75a5013a38e14214724aef56.tar.gz gentoo-ae481229245ed8fb75a5013a38e14214724aef56.tar.bz2 gentoo-ae481229245ed8fb75a5013a38e14214724aef56.zip |
sys-auth/pam_require: 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 'sys-auth')
-rw-r--r-- | sys-auth/pam_require/pam_require-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_require/pam_require-0.7.ebuild b/sys-auth/pam_require/pam_require-0.7.ebuild index 86c057892009..4c7421954aa2 100644 --- a/sys-auth/pam_require/pam_require-0.7.ebuild +++ b/sys-auth/pam_require/pam_require-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" S=${WORKDIR}/${P/_/-} |