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/opensc/
Date: Thu, 27 Sep 2018 23:55:27
Message-Id: 1538092302.69ab13e242dad1b777d50b4ec13837db5e6209a5.alonbl@gentoo
1 commit: 69ab13e242dad1b777d50b4ec13837db5e6209a5
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 14:55:51 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ab13e2
7
8 dev-libs/opensc: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/opensc/opensc-0.19.0-r2.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
16 index 5a08f4453a6..8e68f032878 100644
17 --- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild
18 +++ b/dev-libs/opensc/opensc-0.19.0-r2.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 bash-completion-r1 ltprune
27 +inherit bash-completion-r1
28
29 DESCRIPTION="Libraries and applications to access smartcards"
30 HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki"
31 @@ -24,10 +24,10 @@ RDEPEND="zlib? ( sys-libs/zlib )
32 pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
33 notify? ( dev-libs/glib:2= )"
34 DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 app-text/docbook-xsl-stylesheets
37 dev-libs/libxslt
38 test? ( dev-util/cmocka )"
39 +BDEPEND="virtual/pkgconfig"
40
41 REQUIRED_USE="
42 pcsc-lite? ( !openct !ctapi )
43 @@ -60,5 +60,5 @@ src_configure() {
44
45 src_install() {
46 default
47 - prune_libtool_files --all
48 + find "${D}" -name '*.la' -delete || die
49 }