diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:36:31 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:34 +0300 |
commit | 73b6fe7bc6d4dde6488ed93bfdd95caa0a5afd41 (patch) | |
tree | 6c68f405ff3a479687b956dc2911e7944c4f0289 /app-crypt/p11-kit | |
parent | app-crypt/openssl-tpm-engine: eapi bump (diff) | |
download | gentoo-73b6fe7bc6d4dde6488ed93bfdd95caa0a5afd41.tar.gz gentoo-73b6fe7bc6d4dde6488ed93bfdd95caa0a5afd41.tar.bz2 gentoo-73b6fe7bc6d4dde6488ed93bfdd95caa0a5afd41.zip |
app-crypt/p11-kit: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/p11-kit')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild index 0d0080c1232c..b38707419541 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.12.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 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 } |