commit:     69ab13e242dad1b777d50b4ec13837db5e6209a5
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 14:55:51 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 23:51:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ab13e2

dev-libs/opensc: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/opensc/opensc-0.19.0-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild 
b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
index 5a08f4453a6..8e68f032878 100644
--- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild
+++ b/dev-libs/opensc/opensc-0.19.0-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit bash-completion-r1 ltprune
+inherit bash-completion-r1
 
 DESCRIPTION="Libraries and applications to access smartcards"
 HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki";
@@ -24,10 +24,10 @@ RDEPEND="zlib? ( sys-libs/zlib )
        pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
        notify? ( dev-libs/glib:2= )"
 DEPEND="${RDEPEND}
-       virtual/pkgconfig
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig"
 
 REQUIRED_USE="
        pcsc-lite? ( !openct !ctapi )
@@ -60,5 +60,5 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files --all
+       find "${D}" -name '*.la' -delete || die
 }

Reply via email to