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-physics/herwig/
Date: Mon, 31 May 2021 09:20:23
Message-Id: 1622452772.13580b7d326c48db2b0d08b721f7c5b9d48743fa.soap@gentoo
1 commit: 13580b7d326c48db2b0d08b721f7c5b9d48743fa
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:32 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13580b7d
7
8 sci-physics/herwig: 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-physics/herwig/herwig-6.5.21-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/herwig/herwig-6.5.21-r1.ebuild b/sci-physics/herwig/herwig-6.5.21-r1.ebuild
17 index 78056ab8b5e..4dc4c8c9cff 100644
18 --- a/sci-physics/herwig/herwig-6.5.21-r1.ebuild
19 +++ b/sci-physics/herwig/herwig-6.5.21-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit autotools fortran-2 ltprune versionator
25 +inherit autotools fortran-2 versionator
26
27 PV1=$(get_version_component_range 1 ${PV})
28 PV2=$(get_version_component_range 2 ${PV})
29 @@ -65,6 +65,6 @@ src_configure() {
30
31 src_install() {
32 default
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 use doc && dodoc "${DISTDIR}"/hw65_manual.pdf
36 }