diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 12:01:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 05:39:56 +0100 |
commit | d7cec399b09a31c1a15f455c7b314b4a0ec88138 (patch) | |
tree | 960660b5cea8aad4c3edd000d0f30169acc1fac7 /media-libs/jbig2dec/jbig2dec-0.19.ebuild | |
parent | dev-tex/dot2tex: add Python 3.10, tests (diff) | |
download | gentoo-d7cec399b09a31c1a15f455c7b314b4a0ec88138.tar.gz gentoo-d7cec399b09a31c1a15f455c7b314b4a0ec88138.tar.bz2 gentoo-d7cec399b09a31c1a15f455c7b314b4a0ec88138.zip |
media-libs/jbig2dec: add python 3.10
Closes: https://bugs.gentoo.org/829435
Closes: https://github.com/gentoo/gentoo/pull/23372
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/jbig2dec/jbig2dec-0.19.ebuild')
-rw-r--r-- | media-libs/jbig2dec/jbig2dec-0.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild index bba826a5997c..a0d409bdf502 100644 --- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-any-r1 |