summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 10:56:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 11:27:09 +0100
commitef5003ccecfcfb64bdcceb46100cd8805f26be34 (patch)
tree42df33d9e89c88335f4a9e8c83796e1e429efa01 /dev-libs/libixion/libixion-9999.ebuild
parentapp-misc/media-player-info: update EAPI 7 -> 8, python3_11 (diff)
downloadgentoo-ef5003ccecfcfb64bdcceb46100cd8805f26be34.tar.gz
gentoo-ef5003ccecfcfb64bdcceb46100cd8805f26be34.tar.bz2
gentoo-ef5003ccecfcfb64bdcceb46100cd8805f26be34.zip
dev-libs/libixion: python3_11
Tests pass. Closes: https://bugs.gentoo.org/896714 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libixion/libixion-9999.ebuild')
-rw-r--r--dev-libs/libixion/libixion-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
index bdf365c4dc51..c20b5d4c5596 100644
--- a/dev-libs/libixion/libixion-9999.ebuild
+++ b/dev-libs/libixion/libixion-9999.ebuild
@@ -3,14 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-single-r1
DESCRIPTION="General purpose formula parser & interpreter"
HOMEPAGE="https://gitlab.com/ixion/ixion"
-if [[ ${PV} == *9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
MDDS_SLOT="1/9999"
EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
inherit git-r3 autotools
@@ -39,7 +38,7 @@ pkg_setup() {
src_prepare() {
default
- [[ ${PV} == *9999 ]] && eautoreconf
+ [[ ${PV} == *9999* ]] && eautoreconf
}
src_configure() {