Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/
Date: Mon, 31 May 2021 09:20:23
Message-Id: 1622452770.442f1adea122d81bce0ea1cb946c06797377e8dd.soap@gentoo
1 commit: 442f1adea122d81bce0ea1cb946c06797377e8dd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:30 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f1ade
7
8 sci-mathematics/jags: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-mathematics/jags/jags-4.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/jags/jags-4.2.0.ebuild b/sci-mathematics/jags/jags-4.2.0.ebuild
17 index 6eaa6ccff4a..0ed77c62577 100644
18 --- a/sci-mathematics/jags/jags-4.2.0.ebuild
19 +++ b/sci-mathematics/jags/jags-4.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit ltprune toolchain-funcs
25 +inherit toolchain-funcs
26
27 MYP="JAGS-${PV}"
28
29 @@ -41,5 +41,5 @@ src_compile() {
30 src_install() {
31 default
32 use doc && dodoc doc/manual/*.pdf
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }