commit:     308924246d8cbd6d0eacc84eee3a4fa56b4343d0
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 09:19:06 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 09:19:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30892424

sci-astronomy/cpl: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/cpl/cpl-7.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild 
b/sci-astronomy/cpl/cpl-7.0-r1.ebuild
index 395d2d56f99..c93a0ca4831 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
 }

Reply via email to