diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 12:19:16 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-18 12:58:34 +0100 |
commit | a7f4b59947dd8c08b3f1a498b5c31b58931e2346 (patch) | |
tree | bd00b8fa89b1251d93cbc6511f8e9ae5e99237d1 /media-libs/sratom | |
parent | media-libs/lilv: add python 3.10 (diff) | |
download | gentoo-a7f4b59947dd8c08b3f1a498b5c31b58931e2346.tar.gz gentoo-a7f4b59947dd8c08b3f1a498b5c31b58931e2346.tar.bz2 gentoo-a7f4b59947dd8c08b3f1a498b5c31b58931e2346.zip |
media-libs/sratom: add python 3.10
Closes: https://bugs.gentoo.org/829442
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23379
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/sratom')
-rw-r--r-- | media-libs/sratom/sratom-0.6.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/sratom/sratom-0.6.8.ebuild b/media-libs/sratom/sratom-0.6.8.ebuild index 3a723575da22..98534de316d6 100644 --- a/media-libs/sratom/sratom-0.6.8.ebuild +++ b/media-libs/sratom/sratom-0.6.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal |