dev-libs/opensc: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 14:55:51 +0000 (17:55 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:42 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-libs/opensc/opensc-0.19.0-r2.ebuild

index 5a08f4453a68db2364312213e81658b2bd541a1f..8e68f03287892755ce902f00490bd64164d288c0 100644 (file)
@@ -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
 }