diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 20:33:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 20:42:46 +0200 |
commit | 9e05d8b3c631e019d8b69db903c82ab881cce403 (patch) | |
tree | a10a0540dd25b49178b56d39004a0fa640277df0 /sci-chemistry | |
parent | sci-chemistry/MDAnalysis: add 2.4.3 (diff) | |
download | gentoo-9e05d8b3c631e019d8b69db903c82ab881cce403.tar.gz gentoo-9e05d8b3c631e019d8b69db903c82ab881cce403.tar.bz2 gentoo-9e05d8b3c631e019d8b69db903c82ab881cce403.zip |
sci-chemistry/vmd: enable py3.11
Closes: https://bugs.gentoo.org/897204
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild index 5dba4060a94b..f9ae461b0bc8 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cuda desktop flag-o-matic prefix python-single-r1 toolchain-funcs xdg |