commit:     d2915722cd8b6b83b9222966bb9ec1a4ee956c20
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 15:18:14 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 15:23:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2915722

media-gfx/inkscape: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/inkscape/inkscape-1.3.2-r1.ebuild | 5 +++--
 media-gfx/inkscape/inkscape-9999.ebuild     | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild 
b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild
index f712f2ccc29f..305c099e01eb 100644
--- a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild
+++ b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
-MY_P="${P/_/}"
+
 inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1
 
+MY_P="${P/_/}"
 DESCRIPTION="SVG based generic vector-drawing program"
 HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/";
 

diff --git a/media-gfx/inkscape/inkscape-9999.ebuild 
b/media-gfx/inkscape/inkscape-9999.ebuild
index 491557c237fc..94b4d2fb3a70 100644
--- a/media-gfx/inkscape/inkscape-9999.ebuild
+++ b/media-gfx/inkscape/inkscape-9999.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
-MY_P="${P/_/}"
+
 inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1
 
+MY_P="${P/_/}"
 DESCRIPTION="SVG based generic vector-drawing program"
 HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/";
 

Reply via email to