diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-05-31 11:19:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-31 11:19:32 +0200 |
commit | 13580b7d326c48db2b0d08b721f7c5b9d48743fa (patch) | |
tree | b8eabe9ce7f243fed7df4014c1883b58a119c801 /sci-physics | |
parent | sci-mathematics/jags: drop deprecated ltprune eclass (diff) | |
download | gentoo-13580b7d326c48db2b0d08b721f7c5b9d48743fa.tar.gz gentoo-13580b7d326c48db2b0d08b721f7c5b9d48743fa.tar.bz2 gentoo-13580b7d326c48db2b0d08b721f7c5b9d48743fa.zip |
sci-physics/herwig: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/herwig/herwig-6.5.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/herwig/herwig-6.5.21-r1.ebuild b/sci-physics/herwig/herwig-6.5.21-r1.ebuild index 78056ab8b5ea..4dc4c8c9cff4 100644 --- a/sci-physics/herwig/herwig-6.5.21-r1.ebuild +++ b/sci-physics/herwig/herwig-6.5.21-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools fortran-2 ltprune versionator +inherit autotools fortran-2 versionator PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) @@ -65,6 +65,6 @@ src_configure() { src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die use doc && dodoc "${DISTDIR}"/hw65_manual.pdf } |