app-crypt/p11-kit: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 12:36:31 +0000 (15:36 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:34 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/p11-kit/p11-kit-0.23.12.ebuild

index 0d0080c1232cc7cc30a0a86cbc1c04cecb7ed180..b38707419541b8c6dec313955aef24f8bfaddaed 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 ltprune multilib-minimal
+inherit multilib-minimal
 
 DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
 HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html https://github.com/p11-glue/p11-kit"
@@ -18,8 +18,8 @@ REQUIRED_USE="trust? ( asn1 )"
 RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
        libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
        trust? ( app-misc/ca-certificates )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 pkg_setup() {
        # disable unsafe tests, bug#502088
@@ -56,5 +56,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
        einstalldocs
-       prune_libtool_files --modules
+       find "${D}" -name '*.la' -delete || die
 }