dev-libs/opensc: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Feb 2017 19:23:03 +0000 (21:23 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:40 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

dev-libs/opensc/opensc-0.16.0.ebuild

index 55030e4917f90ed124d6ec455ec4b3dca058accd..0aed3cfb6c9d4861f18de8b94856b5c6a30b439d 100644 (file)
@@ -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
 }