diff options
author | 2023-11-01 10:52:45 +0300 | |
---|---|---|
committer | 2023-11-01 10:52:45 +0300 | |
commit | 6d101a5b09a91583109c2a6f6c2f90f6519987f5 (patch) | |
tree | b2c7acb8928938efdc7011e0b899922b589a7425 /sci-chemistry/gromacs/gromacs-9999.ebuild | |
parent | sci-chemistry/gromacs: add quotes for ${HOME} (diff) | |
download | gentoo-6d101a5b09a91583109c2a6f6c2f90f6519987f5.tar.gz gentoo-6d101a5b09a91583109c2a6f6c2f90f6519987f5.tar.bz2 gentoo-6d101a5b09a91583109c2a6f6c2f90f6519987f5.zip |
sci-chemistry/gromacs: enable py3.12
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-9999.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index e052510b629f..92e8d1b21ec5 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no |