diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2022-04-13 08:19:49 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-04-13 08:21:33 +0200 |
commit | 70339de944a75fbbd355f2a1ea0d84eac931339d (patch) | |
tree | fb28e80d1dc610eeaea9fa65f9f93e83da096152 /sci-physics/root | |
parent | sci-physics/root: remove unused inherit of prefix eclass (diff) | |
download | gentoo-70339de944a75fbbd355f2a1ea0d84eac931339d.tar.gz gentoo-70339de944a75fbbd355f2a1ea0d84eac931339d.tar.bz2 gentoo-70339de944a75fbbd355f2a1ea0d84eac931339d.zip |
sci-physics/root: add 3.10 to PYTHON_COMPAT in live ebuild
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 6610a29bf1e0..2459437b34a4 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit cmake cuda elisp-common fortran-2 python-single-r1 toolchain-funcs |