diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-01 20:15:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-01 20:15:57 +0300 |
commit | 4779de77c03d08b4a6b936eefc9cd781e05fad7b (patch) | |
tree | 3f52b265091bf7d2e789a5ac735da6e9e13abbc9 /media-libs | |
parent | dev-python/rdflib: drop 5.0.0 (diff) | |
download | gentoo-4779de77c03d08b4a6b936eefc9cd781e05fad7b.tar.gz gentoo-4779de77c03d08b4a6b936eefc9cd781e05fad7b.tar.bz2 gentoo-4779de77c03d08b4a6b936eefc9cd781e05fad7b.zip |
media-libs/lv2: enable py3.10
Closes: https://bugs.gentoo.org/829440
Closes: https://github.com/gentoo/gentoo/pull/23377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lv2/lv2-1.18.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lv2/lv2-1.18.2.ebuild b/media-libs/lv2/lv2-1.18.2.ebuild index 7c9f510ca0a5..515e321d0440 100644 --- a/media-libs/lv2/lv2-1.18.2.ebuild +++ b/media-libs/lv2/lv2-1.18.2.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_REQ_USE='threads(+)' inherit python-single-r1 waf-utils multilib-build multilib-minimal |