diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:19:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:19:30 +0200 |
commit | 442f1adea122d81bce0ea1cb946c06797377e8dd (patch) | |
tree | 9738ecad7db1021e4e97c1ea271d2c696e42d43c /sci-mathematics | |
parent | sci-libs/o2scl: drop deprecated ltprune eclass (diff) | |
download | gentoo-442f1adea122d81bce0ea1cb946c06797377e8dd.tar.gz gentoo-442f1adea122d81bce0ea1cb946c06797377e8dd.tar.bz2 gentoo-442f1adea122d81bce0ea1cb946c06797377e8dd.zip |
sci-mathematics/jags: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/jags/jags-4.2.0.ebuild | 4 |
1 files 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 6eaa6ccff4a7..0ed77c62577f 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 } |