From 4759ca706c76000f09d850cf08add06c7bb9f051 Mon Sep 17 00:00:00 2001 From: Adrian Schollmeyer Date: Thu, 25 May 2023 11:21:29 +0200 Subject: [PATCH] media-sound/serialosc: enable py3.10, py3.11, disable old py3 Issue: https://github.com/gentoo-audio/audio-overlay/issues/536 Signed-off-by: Adrian Schollmeyer --- media-sound/serialosc/serialosc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/serialosc/serialosc-9999.ebuild b/media-sound/serialosc/serialosc-9999.ebuild index fdb812b0..ad3b4cb5 100644 --- a/media-sound/serialosc/serialosc-9999.ebuild +++ b/media-sound/serialosc/serialosc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE='threads(+)' NO_WAF_LIBDIR=yes