summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-31 11:19:12 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-31 11:19:12 +0200
commit2c783357da9bb36e07601eae8376d62a7944496c (patch)
tree7167cf86c24ec9e3ad57ae9e684678b0a1f82309 /sci-astronomy
parentsci-astronomy/gnuastro: drop deprecated ltprune eclass (diff)
downloadgentoo-2c783357da9bb36e07601eae8376d62a7944496c.tar.gz
gentoo-2c783357da9bb36e07601eae8376d62a7944496c.tar.bz2
gentoo-2c783357da9bb36e07601eae8376d62a7944496c.zip
sci-astronomy/healpix: 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/healpix/healpix-3.31.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/healpix/healpix-3.31.ebuild b/sci-astronomy/healpix/healpix-3.31.ebuild
index 164e0eb80841..d96d3c91b57e 100644
--- a/sci-astronomy/healpix/healpix-3.31.ebuild
+++ b/sci-astronomy/healpix/healpix-3.31.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools toolchain-funcs java-pkg-opt-2 java-ant-2 ltprune
+inherit autotools toolchain-funcs java-pkg-opt-2 java-ant-2
MYP="Healpix_${PV}"
MYPF=${MYP}_2016Aug26
@@ -120,7 +120,7 @@ src_install() {
dodoc ../CHANGES
popd > /dev/null
fi
- use static-libs || prune_libtool_files --all
+ use static-libs || find "${ED}" -name '*.la' -delete || die
if use idl; then
pushd src/idl > /dev/null
insinto /usr/share/gnudatalanguage/healpix