From c62d2848eb6509f280017b8c8d6d4849dd7a5bdc Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 18 Dec 2023 10:25:15 +0100 Subject: sys-power/switcheroo-control: disable py3.9 Signed-off-by: Pacho Ramos --- sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-power') diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild index 1b8aa27af2c3..472ca361e95c 100644 --- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-single-r1 systemd -- cgit v1.2.3-65-gdbad