Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/
Date: Thu, 27 Sep 2018 23:55:32
Message-Id: 1538092307.7faa55f4cb0b927480ae4550596b2d473261e061.alonbl@gentoo
1 commit: 7faa55f4cb0b927480ae4550596b2d473261e061
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 20:35:25 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7faa55f4
7
8 sys-auth/pam_p11: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sys-auth/pam_p11/pam_p11-0.2.0.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-auth/pam_p11/pam_p11-0.2.0.ebuild b/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
16 index 012b53a32b6..cc81b3a08cb 100644
17 --- a/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
18 +++ b/sys-auth/pam_p11/pam_p11-0.2.0.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -inherit ltprune pam
27 +inherit pam
28
29 DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
30 HOMEPAGE="https://github.com/opensc/pam_p11/wiki"
31 @@ -17,8 +17,8 @@ IUSE=""
32 RDEPEND="virtual/pam
33 dev-libs/libp11
34 dev-libs/openssl:0="
35 -DEPEND="${RDEPEND}
36 - virtual/pkgconfig"
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="virtual/pkgconfig"
39
40 PATCHES=(
41 "${FILESDIR}/${P}-build.patch"
42 @@ -30,5 +30,5 @@ src_configure() {
43
44 src_install() {
45 default
46 - prune_libtool_files --all
47 + find "${D}" -name '*.la' -delete || die
48 }