Skip to content

Commit 9be0639

Browse files
committed
media-plugins/deteriorate-lv2: enable py3.10, disable py3.8, py3.9
Issue: gentoo-audio#533 Signed-off-by: Adrian Schollmeyer <[email protected]>
1 parent 832254e commit 9be0639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-plugins/deteriorate-lv2/deteriorate-lv2-9999.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EAPI=8
55

66
# Required by waf
7-
PYTHON_COMPAT=( python3_{8,9} )
7+
PYTHON_COMPAT=( python3_10 )
88
PYTHON_REQ_USE='threads(+)'
99

1010
inherit python-any-r1 waf-utils

0 commit comments

Comments
 (0)