summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-06-03 19:54:37 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-06-03 20:08:12 +0200
commit04ed1ab4d33122b14b303e3cdc6d933c1ccf48af (patch)
tree4f6174c0e31d9578c1188d32eb9702e1e1bf062b /media-gfx
parentdev-tex/pythontex: enable py3.12 (diff)
downloadgentoo-04ed1ab4d33122b14b303e3cdc6d933c1ccf48af.tar.gz
gentoo-04ed1ab4d33122b14b303e3cdc6d933c1ccf48af.tar.bz2
gentoo-04ed1ab4d33122b14b303e3cdc6d933c1ccf48af.zip
media-gfx/img2pdf: enable py3.12
Closes: https://bugs.gentoo.org/929621 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild b/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild
index eb4877c3bc07..4238d9092f26 100644
--- a/media-gfx/img2pdf/img2pdf-0.4.4-r1.ebuild
+++ b/media-gfx/img2pdf/img2pdf-0.4.4-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_{9..12} )
inherit distutils-r1 pypi