diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:19:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:19:06 +0200 |
commit | 308924246d8cbd6d0eacc84eee3a4fa56b4343d0 (patch) | |
tree | 77cbbe00d3c6637a53cb70fe8666357578145471 /sci-astronomy | |
parent | sci-astronomy/aatm: drop deprecated ltprune eclass (diff) | |
download | gentoo-308924246d8cbd6d0eacc84eee3a4fa56b4343d0.tar.gz gentoo-308924246d8cbd6d0eacc84eee3a4fa56b4343d0.tar.bz2 gentoo-308924246d8cbd6d0eacc84eee3a4fa56b4343d0.zip |
sci-astronomy/cpl: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/cpl/cpl-7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild b/sci-astronomy/cpl/cpl-7.0-r1.ebuild index 395d2d56f997..c93a0ca4831f 100644 --- a/sci-astronomy/cpl/cpl-7.0-r1.ebuild +++ b/sci-astronomy/cpl/cpl-7.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 JAVA_PKG_OPT_USE=gasgano -inherit autotools java-pkg-opt-2 ltprune +inherit autotools java-pkg-opt-2 DESCRIPTION="ESO common pipeline library for astronomical data reduction" HOMEPAGE="http://www.eso.org/sci/software/cpl/" @@ -72,6 +72,6 @@ src_compile() { src_install() { default - prune_libtool_files --all + find "${ED}" -name '*.la' -delete || die use doc && emake install-html } |