diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-27 11:27:19 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-15 11:31:19 +0200 |
commit | d1e79161723a89ce96bf8995425b7bb00c4f67cc (patch) | |
tree | 31d4975a72141000980afe7d9ec1775359db0034 /media-gfx/sane-backends | |
parent | app-backup/burp: add a missing dep sys-libs/libcap for 2.4.0 (diff) | |
download | gentoo-d1e79161723a89ce96bf8995425b7bb00c4f67cc.tar.gz gentoo-d1e79161723a89ce96bf8995425b7bb00c4f67cc.tar.bz2 gentoo-d1e79161723a89ce96bf8995425b7bb00c4f67cc.zip |
media-gfx/sane-backends: add python 3.10
Closes: https://bugs.gentoo.org/830085
Closes: https://github.com/gentoo/gentoo/pull/23540
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.32.ebuild b/media-gfx/sane-backends/sane-backends-1.0.32.ebuild index d88f04928455..151b7623b2af 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.32.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.32.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) # python-any-r1 required for a script in # backends/pixma/scripts/ |