diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-08-26 12:49:08 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-08-26 13:12:59 +0200 |
commit | 160a7a038d90f4aa325889c21769addd5d3280e2 (patch) | |
tree | 64f75b0eeb19a58db467777064ae7ca6976964d0 /sci-physics/pythia | |
parent | sci-physics/thepeg: drop 2.0.4-r1 (diff) | |
download | gentoo-160a7a038d90f4aa325889c21769addd5d3280e2.tar.gz gentoo-160a7a038d90f4aa325889c21769addd5d3280e2.tar.bz2 gentoo-160a7a038d90f4aa325889c21769addd5d3280e2.zip |
sci-physics/pythia: depend on hepmc:2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r-- | sci-physics/pythia/pythia-8.2.45-r1.ebuild (renamed from sci-physics/pythia/pythia-8.2.45.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/pythia/pythia-8.2.45.ebuild b/sci-physics/pythia/pythia-8.2.45-r1.ebuild index b46fed8fb5df..7826f78f0c0d 100644 --- a/sci-physics/pythia/pythia-8.2.45.ebuild +++ b/sci-physics/pythia/pythia-8.2.45-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" RDEPEND=" fastjet? ( sci-physics/fastjet ) - hepmc? ( sci-physics/hepmc:0= ) + hepmc? ( sci-physics/hepmc:2= ) lhapdf? ( sci-physics/lhapdf:= ) zlib? ( sys-libs/zlib )" # ROOT is used only when building related tests |