From 218ef96b9ffa00a4d5c9bb980334408f082d006c Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 18 Dec 2023 10:24:26 +0100 Subject: sys-power/switcheroo-control: enable py3.12 Closes: https://bugs.gentoo.org/917030 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 36faca9d3eef..1b8aa27af2c3 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..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit meson python-single-r1 systemd -- cgit v1.2.3-65-gdbad