sci-libs/getdata: Drop eutils
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Sep 2018 18:04:24 +0000 (20:04 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Sep 2018 18:04:24 +0000 (20:04 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

sci-libs/getdata/getdata-0.9.0-r1.ebuild

index d46c5d419c3a91e19a0135999fa4a45fecc36400..1e6aa25c7ab1f0d524298d9eddc1099b7bd1b03a 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 FORTRAN_STANDARD="95"
 FORTRAN_NEEDED=fortran
 PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils fortran-2 python-single-r1
+inherit autotools fortran-2 python-single-r1
 
 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
 HOMEPAGE="http://getdata.sourceforge.net/"
@@ -60,5 +60,5 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files --all
+       find "${D}" -name '*.la' -delete || die
 }