diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2023-11-01 10:47:01 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2023-11-01 10:47:01 +0300 |
commit | 459d3befd5266a5a7d2c9ac2d38f18c2cc8041a9 (patch) | |
tree | c0c27aaeaff038842692b3921a014ebf42c6df47 /sci-chemistry/gromacs/gromacs-9999.ebuild | |
parent | sci-chemistry/gromacs: Fix urls (diff) | |
download | gentoo-459d3befd5266a5a7d2c9ac2d38f18c2cc8041a9.tar.gz gentoo-459d3befd5266a5a7d2c9ac2d38f18c2cc8041a9.tar.bz2 gentoo-459d3befd5266a5a7d2c9ac2d38f18c2cc8041a9.zip |
sci-chemistry/gromacs: disable py3.9
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 fa386437a224..6df45cd2e2cb 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=no |