diff --git a/dev-libs/opensc/opensc-0.16.0.ebuild b/dev-libs/opensc/opensc-0.16.0.ebuild index 55030e4917f90..0aed3cfb6c9d4 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 }