diff options
Diffstat (limited to 'dev-perl/Authen-PAM')
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild index 910cb91d7991..b9716d032be6 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-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 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="virtual/pam" +RDEPEND="sys-libs/pam" DEPEND="${RDEPEND}" PATCHES=("${FILESDIR}/no-dot-inc.patch") export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild index a33629f7a549..f52ed145cae8 100644 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="examples" -RDEPEND="virtual/pam" +RDEPEND="sys-libs/pam" DEPEND="${RDEPEND}" PATCHES=("${FILESDIR}/no-dot-inc.patch") export OPTIMIZE="$CFLAGS" |