From 308924246d8cbd6d0eacc84eee3a4fa56b4343d0 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 31 May 2021 11:19:06 +0200 Subject: sci-astronomy/cpl: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki Signed-off-by: David Seifert --- sci-astronomy/cpl/cpl-7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-astronomy/cpl') diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild b/sci-astronomy/cpl/cpl-7.0-r1.ebuild index 395d2d56f997..c93a0ca4831f 100644 --- a/sci-astronomy/cpl/cpl-7.0-r1.ebuild +++ b/sci-astronomy/cpl/cpl-7.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 JAVA_PKG_OPT_USE=gasgano -inherit autotools java-pkg-opt-2 ltprune +inherit autotools java-pkg-opt-2 DESCRIPTION="ESO common pipeline library for astronomical data reduction" HOMEPAGE="http://www.eso.org/sci/software/cpl/" @@ -72,6 +72,6 @@ src_compile() { src_install() { default - prune_libtool_files --all + find "${ED}" -name '*.la' -delete || die use doc && emake install-html } -- cgit v1.2.3-65-gdbad