summaryrefslogtreecommitdiff
path: root/sci-astronomy/aatm/aatm-0.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/aatm/aatm-0.6.ebuild')
-rw-r--r--sci-astronomy/aatm/aatm-0.6.ebuild8
1 files changed, 5 insertions, 3 deletions
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