summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-11-19 09:58:22 +0100
committerGuilherme Amadio <amadio@gentoo.org>2020-11-19 16:35:59 +0100
commit29b5e3eb423b5f52518941765dc6326f578f87ef (patch)
tree3837a6f80dff19603b1aeced50b109a074cc335d /sci-physics/clhep/clhep-2.4.4.0.ebuild
parentdev-util/cmake: Bump to version 3.19.0. Removed old (diff)
downloadgentoo-29b5e3eb423b5f52518941765dc6326f578f87ef.tar.gz
gentoo-29b5e3eb423b5f52518941765dc6326f578f87ef.tar.bz2
gentoo-29b5e3eb423b5f52518941765dc6326f578f87ef.zip
sci-physics/clhep: fix bug 755476
Closes: https://bugs.gentoo.org/755476 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/clhep/clhep-2.4.4.0.ebuild')
-rw-r--r--sci-physics/clhep/clhep-2.4.4.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-physics/clhep/clhep-2.4.4.0.ebuild b/sci-physics/clhep/clhep-2.4.4.0.ebuild
index 3d785fcc1662..1938b34ce53a 100644
--- a/sci-physics/clhep/clhep-2.4.4.0.ebuild
+++ b/sci-physics/clhep/clhep-2.4.4.0.ebuild
@@ -26,7 +26,10 @@ BDEPEND="
)
"
-PATCHES=( "${FILESDIR}"/clhep-fix-testThreaded.patch )
+PATCHES=(
+ "${FILESDIR}"/clhep-fix-testThreaded.patch
+ "${FILESDIR}"/clhep-modulemap.patch
+)
S="${WORKDIR}/${PV}/CLHEP"