From 43643066e1ab8ac1ecbd54d0d04fff6936fce4db Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 29 May 2024 18:22:25 +0200 Subject: media-gfx/svg2rlg: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929627 Signed-off-by: Michał Górny --- media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-gfx') 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 -- cgit v1.2.3-65-gdbad