Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-PAM/
Date: Sat, 12 Oct 2019 19:09:25
Message-Id: 1570907334.63f36a5a46afa6878d792d919142f0abaad96a0e.zlogene@gentoo
1 commit: 63f36a5a46afa6878d792d919142f0abaad96a0e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 19:08:54 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 19:08:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f36a5a
7
8 dev-perl/Authen-PAM: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild | 4 ++--
14 dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 index 910cb91d799..b9716d032be 100644
19 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild
20 +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -13,7 +13,7 @@ SLOT="0"
28 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
29 IUSE=""
30
31 -RDEPEND="virtual/pam"
32 +RDEPEND="sys-libs/pam"
33 DEPEND="${RDEPEND}"
34 PATCHES=("${FILESDIR}/no-dot-inc.patch")
35 export OPTIMIZE="$CFLAGS"
36
37 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
38 index a33629f7a54..f52ed145cae 100644
39 --- a/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild
40 +++ b/dev-perl/Authen-PAM/Authen-PAM-0.160.0-r2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -14,7 +14,7 @@ SLOT="0"
48 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
49 IUSE="examples"
50
51 -RDEPEND="virtual/pam"
52 +RDEPEND="sys-libs/pam"
53 DEPEND="${RDEPEND}"
54 PATCHES=("${FILESDIR}/no-dot-inc.patch")
55 export OPTIMIZE="$CFLAGS"