From c5880c6967c94be368390d451521666b2eaae24a Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:03 +0200 Subject: sci-astronomy/aatm: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- sci-astronomy/aatm/aatm-0.6.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sci-astronomy') diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild index 4d88214c7971..7c9effae287a 100644 --- a/sci-astronomy/aatm/aatm-0.6.ebuild +++ b/sci-astronomy/aatm/aatm-0.6.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit ltprune - DESCRIPTION="Atmospheric Modelling for ALMA Observatory" HOMEPAGE="https://svn.cv.nrao.edu/view/aatm/devel/casa/" # tar ball is made from the HOMEPAGE and running ./configure && make dist @@ -31,7 +29,11 @@ src_compile() { src_install() { default - use static-libs || prune_libtool_files --all + + if ! use static-libs; then + find "${ED}" -name '*.la' -delete || die + fi + if use doc; then insinto /usr/share/doc/${PF} doins -r developer/html -- cgit v1.2.3-65-gdbad