From: Alon Bar-Lev Date: Fri, 3 Feb 2017 19:23:03 +0000 (+0200) Subject: dev-libs/opensc: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=edac64902f08fe47930679f5743205edef156f61;p=gentoo.git dev-libs/opensc: eapi bump Package-Manager: portage-2.3.3 --- diff --git a/dev-libs/opensc/opensc-0.16.0.ebuild b/dev-libs/opensc/opensc-0.16.0.ebuild index 55030e4917f9..0aed3cfb6c9d 100644 --- a/dev-libs/opensc/opensc-0.16.0.ebuild +++ b/dev-libs/opensc/opensc-0.16.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils @@ -52,5 +52,5 @@ src_configure() { src_install() { default - find "${ED}"/usr -name '*.la' -delete + prune_libtool_files --all }