summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Finkelstein <fnkl.kernel@gmail.com>2024-10-05 15:58:04 +0200
committerSam James <sam@gentoo.org>2024-10-07 03:50:08 +0100
commite7ada05c2044086691d6ec0d84fbbc1571d424d6 (patch)
tree0036d3470505627cf668ea57e35999878f52be1a /media-libs/lv2
parentmedia-gfx/fontforge: Add python3_13 compat (diff)
downloadgentoo-e7ada05c2044086691d6ec0d84fbbc1571d424d6.tar.gz
gentoo-e7ada05c2044086691d6ec0d84fbbc1571d424d6.tar.bz2
gentoo-e7ada05c2044086691d6ec0d84fbbc1571d424d6.zip
media-libs/lv2: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/lv2')
-rw-r--r--media-libs/lv2/lv2-1.18.10-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lv2/lv2-1.18.10-r1.ebuild b/media-libs/lv2/lv2-1.18.10-r1.ebuild
index aecf02501555..1c8eea2dfd03 100644
--- a/media-libs/lv2/lv2-1.18.10-r1.ebuild
+++ b/media-libs/lv2/lv2-1.18.10-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE='threads(+)'
inherit meson-multilib python-single-r1