summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-28 09:37:56 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-28 09:38:26 +0200
commitd60f13ac9278bb42c39b0bc7d34ecb5d094a1eba (patch)
tree359377e64f20519492f7a6be4956c162b8df335c /sci-physics
parentnet-analyzer/munin: add 2.0.69 (diff)
downloadgentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.tar.gz
gentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.tar.bz2
gentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.zip
sci-physics/thepeg: properly build and execute the tests
Closes: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/thepeg/thepeg-2.2.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild
index d608d0b5e7e3..4e63bda4b59c 100644
--- a/sci-physics/thepeg/thepeg-2.2.3.ebuild
+++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild
@@ -68,6 +68,7 @@ src_configure() {
$(use_with hepmc hepmcversion 3) \
$(use_with java javagui) \
$(use_with lhapdf lhapdf "${EPREFIX}"/usr) \
+ $(use_with test boost "${EPREFIX}"/usr) \
--without-rivet \
$(use_with zlib zlib "${EPREFIX}"/usr)
}