diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-05 20:04:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-05 20:04:24 +0200 |
commit | 07a25e61a71c228a34d775a714336e145714f32e (patch) | |
tree | 0150d9e4b591aae1ec79036765daa6fd1cfbabe0 /sci-libs/getdata | |
parent | sci-libs/getdata: Run python-single-r1_pkg_setup conditionally (diff) | |
download | gentoo-07a25e61a71c228a34d775a714336e145714f32e.tar.gz gentoo-07a25e61a71c228a34d775a714336e145714f32e.tar.bz2 gentoo-07a25e61a71c228a34d775a714336e145714f32e.zip |
sci-libs/getdata: Drop eutils
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-libs/getdata')
-rw-r--r-- | sci-libs/getdata/getdata-0.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r1.ebuild index d46c5d419c3a..1e6aa25c7ab1 100644 --- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild +++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild @@ -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 } |