summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-04-08 12:53:40 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-04-08 12:53:40 +0300
commitfe0ba8b3124e39411eb205606951ee3199e66459 (patch)
tree7726fa25d4b7e81845fb8b141aa832c9ba8b68fd /sci-chemistry
parentsci-chemistry/pymol: enable py3.10 (diff)
downloadgentoo-fe0ba8b3124e39411eb205606951ee3199e66459.tar.gz
gentoo-fe0ba8b3124e39411eb205606951ee3199e66459.tar.bz2
gentoo-fe0ba8b3124e39411eb205606951ee3199e66459.zip
sci-chemistry/modeller: enable py3.10
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/modeller/modeller-9.25.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild
index 3e44bd99585c..f791a3104661 100644
--- a/sci-chemistry/modeller/modeller-9.25.ebuild
+++ b/sci-chemistry/modeller/modeller-9.25.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 multilib
+inherit distutils-r1
DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures"
HOMEPAGE="https://salilab.org/modeller/"