diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:33:52 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:33:52 +0300 |
commit | 81cdcf86757cb1b9839c112a7d6c433e9c82f792 (patch) | |
tree | 606a4111e2d627ab405a112c830d6d7cac8bcd34 /sci-chemistry | |
parent | sci-chemistry/gromacs: enable py3.11 (diff) | |
download | gentoo-81cdcf86757cb1b9839c112a7d6c433e9c82f792.tar.gz gentoo-81cdcf86757cb1b9839c112a7d6c433e9c82f792.tar.bz2 gentoo-81cdcf86757cb1b9839c112a7d6c433e9c82f792.zip |
sci-chemistry/gromacs: enable py3.11
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.9999.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2022.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild index 8e32fc1644e1..af0fa65d05eb 100644 --- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_SINGLE_IMPL=1 diff --git a/sci-chemistry/gromacs/gromacs-2022.1.ebuild b/sci-chemistry/gromacs/gromacs-2022.1.ebuild index 6784e38c84da..501d77ec94c4 100644 --- a/sci-chemistry/gromacs/gromacs-2022.1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_SINGLE_IMPL=1 |