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: 1656941632.81cdcf86757cb1b9839c112a7d6c433e9c82f792.alexxy@gentoo
1 commit: 81cdcf86757cb1b9839c112a7d6c433e9c82f792
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 13:33:52 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 13:33:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cdcf86
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-2021.9999.ebuild | 2 +-
13 sci-chemistry/gromacs/gromacs-2022.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
17 index 8e32fc1644e1..af0fa65d05eb 100644
18 --- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
19 +++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild
20 @@ -5,7 +5,7 @@ EAPI=8
21
22 CMAKE_MAKEFILE_GENERATOR="ninja"
23
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 DISTUTILS_USE_SETUPTOOLS=no
28 DISTUTILS_SINGLE_IMPL=1
29
30 diff --git a/sci-chemistry/gromacs/gromacs-2022.1.ebuild b/sci-chemistry/gromacs/gromacs-2022.1.ebuild
31 index 6784e38c84da..501d77ec94c4 100644
32 --- a/sci-chemistry/gromacs/gromacs-2022.1.ebuild
33 +++ b/sci-chemistry/gromacs/gromacs-2022.1.ebuild
34 @@ -5,7 +5,7 @@ EAPI=8
35
36 CMAKE_MAKEFILE_GENERATOR="ninja"
37
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40
41 DISTUTILS_USE_SETUPTOOLS=no
42 DISTUTILS_SINGLE_IMPL=1