From 2aeb28a023770d6921c8d7fde02c7d1056252793 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:09 +0200 Subject: sci-astronomy/gnuastro: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- sci-astronomy/gnuastro/gnuastro-0.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild index 75df93e24129..fe896068c87c 100644 --- a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild +++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools ltprune +inherit autotools DESCRIPTION="GNU Astronomy Utilities" HOMEPAGE="https://www.gnu.org/software/gnuastro" @@ -45,5 +45,8 @@ src_configure() { src_install() { default - use static-libs || prune_libtool_files --all + + if ! use static-libs; then + find "${ED}" -name '*.la' -delete || die + fi } -- cgit v1.2.3-65-gdbad