From: Alon Bar-Lev Date: Sun, 23 Sep 2018 14:34:39 +0000 (+0300) Subject: dev-libs/libp11: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb129102f9c913171fcaa327a45dd472c278b004;p=gentoo.git dev-libs/libp11: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-libs/libp11/libp11-0.4.7.ebuild b/dev-libs/libp11/libp11-0.4.7.ebuild index ef1ce17e2ae0..1feb03bf57e5 100644 --- a/dev-libs/libp11/libp11-0.4.7.ebuild +++ b/dev-libs/libp11/libp11-0.4.7.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" - -inherit ltprune +EAPI=7 DESCRIPTION="Abstraction layer to simplify PKCS#11 API" HOMEPAGE="https://github.com/opensc/libp11/wiki" @@ -30,5 +28,5 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die }