summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-29 18:22:25 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-29 18:22:25 +0200
commit43643066e1ab8ac1ecbd54d0d04fff6936fce4db (patch)
treefaac0e50b3f482c4ac7abb8d8ba1bc5606b97fa8 /media-gfx/svg2rlg
parentdev-lang/python: Deduplicate test skip flags (diff)
downloadgentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.tar.gz
gentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.tar.bz2
gentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.zip
media-gfx/svg2rlg: Enable py3.12
Closes: https://bugs.gentoo.org/929627 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/svg2rlg')
-rw-r--r--media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
index 61629741ac37..cdd2d8915782 100644
--- a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
+++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1