summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-20 18:41:57 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-20 19:05:37 +0100
commitbf37f6e86cc40a38d52d0d687e19e69de0312906 (patch)
tree26c1a2a24734cd010bb68df5244d683c5f8edfd5 /media-gfx/inkscape
parentmedia-gfx/entangle: Enable py3.11 (diff)
downloadgentoo-bf37f6e86cc40a38d52d0d687e19e69de0312906.tar.gz
gentoo-bf37f6e86cc40a38d52d0d687e19e69de0312906.tar.bz2
gentoo-bf37f6e86cc40a38d52d0d687e19e69de0312906.zip
media-gfx/inkscape: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r--media-gfx/inkscape/inkscape-1.2.2.ebuild2
-rw-r--r--media-gfx/inkscape/inkscape-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/inkscape/inkscape-1.2.2.ebuild b/media-gfx/inkscape/inkscape-1.2.2.ebuild
index 10abaffaa749..5a3d412e1fa3 100644
--- a/media-gfx/inkscape/inkscape-1.2.2.ebuild
+++ b/media-gfx/inkscape/inkscape-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
MY_P="${P/_/}"
inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild
index bf1b44a7ad78..336e101cff8b 100644
--- a/media-gfx/inkscape/inkscape-9999.ebuild
+++ b/media-gfx/inkscape/inkscape-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
MY_P="${P/_/}"
inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1