From 2c783357da9bb36e07601eae8376d62a7944496c Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:12 +0200 Subject: sci-astronomy/healpix: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- sci-astronomy/healpix/healpix-3.31.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-astronomy/healpix') 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 -- cgit v1.2.3-65-gdbad