Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Mon, 04 Jul 2022 13:34:14
Message-Id: 1656941512.14911c158e6f7c83c6122a56c9a16d7480f66fbe.alexxy@gentoo
1 commit: 14911c158e6f7c83c6122a56c9a16d7480f66fbe
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 13:31:52 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 13:31:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14911c15
7
8 sci-chemistry/gromacs: enable py3.11
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11
12 sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
16 index 101a76d94cf9..3fb0dac08361 100644
17 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
18 +++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 CMAKE_MAKEFILE_GENERATOR="ninja"
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 DISTUTILS_USE_SETUPTOOLS=no
27 DISTUTILS_SINGLE_IMPL=1