commit: 48d17a742e1f1ac8e0962321457fe1da9e8962ac Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Wed Mar 26 14:54:41 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 11:16:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d17a74
sci-physics/hepmc: disable py3.10 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/41306 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> sci-physics/hepmc/hepmc-3.3.1.ebuild | 2 +- sci-physics/hepmc/hepmc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/hepmc/hepmc-3.3.1.ebuild b/sci-physics/hepmc/hepmc-3.3.1.ebuild index 6bc7e46d86de..717ff88c7db3 100644 --- a/sci-physics/hepmc/hepmc-3.3.1.ebuild +++ b/sci-physics/hepmc/hepmc-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV} diff --git a/sci-physics/hepmc/hepmc-9999.ebuild b/sci-physics/hepmc/hepmc-9999.ebuild index 6bc7e46d86de..717ff88c7db3 100644 --- a/sci-physics/hepmc/hepmc-9999.ebuild +++ b/sci-physics/hepmc/hepmc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit fortran-2 cmake flag-o-matic python-single-r1 MYP=HepMC3-${PV}
