summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 08:56:40 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:06 +0200
commit930a949ade4b1448cb2b62858f66beee1ba8b598 (patch)
tree530ae5f68924a0cc419961961d71f91236921c79 /sci-chemistry
parentsci-chemistry/votca: support py3.12 (diff)
downloadgentoo-930a949ade4b1448cb2b62858f66beee1ba8b598.tar.gz
gentoo-930a949ade4b1448cb2b62858f66beee1ba8b598.tar.bz2
gentoo-930a949ade4b1448cb2b62858f66beee1ba8b598.zip
sci-chemistry/votca: sync live ebuild
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca/votca-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca/votca-9999.ebuild b/sci-chemistry/votca/votca-9999.ebuild
index 04064219f641..88d3c6a469fb 100644
--- a/sci-chemistry/votca/votca-9999.ebuild
+++ b/sci-chemistry/votca/votca-9999.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..10} )
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
inherit bash-completion-r1 cmake python-single-r1
@@ -16,7 +16,7 @@ else
MY_PV="${PV}"
fi
SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux"
+ KEYWORDS="amd64 ~x86 ~amd64-linux"
S="${WORKDIR}/votca-${MY_PV}"
fi