commit:     ef5003ccecfcfb64bdcceb46100cd8805f26be34
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 09:56:27 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:27:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5003cc

dev-libs/libixion: python3_11

Tests pass.

Closes: https://bugs.gentoo.org/896714
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../libixion/{libixion-9999.ebuild => libixion-0.17.0-r1.ebuild} | 9 ++++-----
 dev-libs/libixion/libixion-9999.ebuild                           | 7 +++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libixion/libixion-9999.ebuild 
b/dev-libs/libixion/libixion-0.17.0-r1.ebuild
similarity index 87%
copy from dev-libs/libixion/libixion-9999.ebuild
copy to dev-libs/libixion/libixion-0.17.0-r1.ebuild
index bdf365c4dc51..fa8b08196511 100644
--- a/dev-libs/libixion/libixion-9999.ebuild
+++ b/dev-libs/libixion/libixion-0.17.0-r1.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
@@ -21,7 +20,7 @@ else
 fi
 
 LICENSE="MIT"
-SLOT="0/0.18" # based on SONAME of libixion.so
+SLOT="0/0.17" # based on SONAME of libixion.so
 IUSE="debug python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -39,7 +38,7 @@ pkg_setup() {
 
 src_prepare() {
        default
-       [[ ${PV} == *9999 ]] && eautoreconf
+       [[ ${PV} == *9999* ]] && eautoreconf
 }
 
 src_configure() {

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() {

Reply via email to