commit: b2a8d165e904038b86a8735cb1810bd0ff6d7179 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Jun 5 01:47:08 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 6 00:44:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a8d165
media-libs/jbig2dec: enable py3.12 Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929637 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/jbig2dec/jbig2dec-0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild index 315beae29304..3fc29b1a39a7 100644 --- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-any-r1 DESCRIPTION="A decoder implementation of the JBIG2 image compression format"
