commit: 7e665692eb641446f7f93babfa86b1608c600bae Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Wed Jan 21 15:21:40 2026 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Thu Jan 22 15:54:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e665692
sci-physics/pythia: remove hepmc2 use Follow up fix to https://github.com/gentoo/gentoo/pull/45195. Closes: https://bugs.gentoo.org/968221 Part-of: https://github.com/gentoo/gentoo/pull/45470 Closes: https://github.com/gentoo/gentoo/pull/45470 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/pythia/pythia-8.3.16-r1.ebuild | 1 - sci-physics/pythia/pythia-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-physics/pythia/pythia-8.3.16-r1.ebuild b/sci-physics/pythia/pythia-8.3.16-r1.ebuild index cce0c6485d54..229d964c74a7 100644 --- a/sci-physics/pythia/pythia-8.3.16-r1.ebuild +++ b/sci-physics/pythia/pythia-8.3.16-r1.ebuild @@ -134,7 +134,6 @@ src_configure() { $(use_with python) \ $(use_with rivet) \ $(use_with mpich) \ - $(use_with hepmc2) \ $(usex lhapdf "--with-lhapdf6 --with-lhapdf6-plugin=LHAPDF6.h --with-lhapdf6-lib=${EPREFIX}/usr/$(get_libdir)" "") \ diff --git a/sci-physics/pythia/pythia-9999.ebuild b/sci-physics/pythia/pythia-9999.ebuild index 3fc7af42a508..017000d9bf5e 100644 --- a/sci-physics/pythia/pythia-9999.ebuild +++ b/sci-physics/pythia/pythia-9999.ebuild @@ -130,7 +130,6 @@ src_configure() { $(use_with python) \ $(use_with rivet) \ $(use_with mpich) \ - $(use_with hepmc2) \ $(usex lhapdf "--with-lhapdf6 --with-lhapdf6-plugin=LHAPDF6.h --with-lhapdf6-lib=${EPREFIX}/usr/$(get_libdir)" "") \
