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

sci-mathematics/jags: drop deprecated ltprune eclass

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

 sci-mathematics/jags/jags-4.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/jags/jags-4.2.0.ebuild 
b/sci-mathematics/jags/jags-4.2.0.ebuild
index 6eaa6ccff4a..0ed77c62577 100644
--- a/sci-mathematics/jags/jags-4.2.0.ebuild
+++ b/sci-mathematics/jags/jags-4.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune toolchain-funcs
+inherit toolchain-funcs
 
 MYP="JAGS-${PV}"
 
@@ -41,5 +41,5 @@ src_compile() {
 src_install() {
        default
        use doc && dodoc doc/manual/*.pdf
-       prune_libtool_files
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to