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: dev-libs/pkcs11-helper/
Date: Thu, 27 Sep 2018 23:55:46
Message-Id: 1538092303.d0aa0101fb82ee42d9a9844662463588bc74b2b3.alonbl@gentoo
1 commit: d0aa0101fb82ee42d9a9844662463588bc74b2b3
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 19:14:49 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aa0101
7
8 dev-libs/pkcs11-helper: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
16 index 9020a02da00..0be43f28eb8 100644
17 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
18 +++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
19 @@ -1,9 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 -
25 -inherit ltprune
26 +EAPI=7
27
28 DESCRIPTION="PKCS#11 helper library"
29 HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
30 @@ -19,8 +17,8 @@ RDEPEND="
31 libressl? ( dev-libs/libressl )
32 gnutls? ( >=net-libs/gnutls-1.4.4 )
33 nss? ( dev-libs/nss )"
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 +DEPEND="${RDEPEND}"
37 +BDEPEND="virtual/pkgconfig
38 doc? ( >=app-doc/doxygen-1.4.7 )"
39
40 PATCHES=(
41 @@ -39,5 +37,5 @@ src_configure() {
42
43 src_install() {
44 default
45 - prune_libtool_files
46 + find "${D}" -name '*.la' -delete || die
47 }