diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 08:56:22 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:05 +0200 |
commit | 41430922a2bdba5646095b04c205740d80328b01 (patch) | |
tree | a9388d5fda93ea6fcf287e2e230b22095e646b23 | |
parent | media-libs/quirc: Stabilize 1.2-r2 x86, #936920 (diff) | |
download | gentoo-41430922a2bdba5646095b04c205740d80328b01.tar.gz gentoo-41430922a2bdba5646095b04c205740d80328b01.tar.bz2 gentoo-41430922a2bdba5646095b04c205740d80328b01.zip |
sci-chemistry/votca: support py3.12
Closes: https://bugs.gentoo.org/929764
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | sci-chemistry/votca/votca-2022.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca/votca-2022.1-r1.ebuild b/sci-chemistry/votca/votca-2022.1-r1.ebuild index ad5aa680498e..88d3c6a469fb 100644 --- a/sci-chemistry/votca/votca-2022.1-r1.ebuild +++ b/sci-chemistry/votca/votca-2022.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 cmake python-single-r1 |