From 0b147ddf529a4552e6590b5fcb4e69bf48600285 Mon Sep 17 00:00:00 2001 From: Greg Kubaryk Date: Mon, 3 Jun 2024 03:49:59 +0100 Subject: sys-power/acpilight: enable py3.12 Closes: https://bugs.gentoo.org/929863 Signed-off-by: Greg Kubaryk Signed-off-by: Sam James --- sys-power/acpilight/acpilight-1.2-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-power') diff --git a/sys-power/acpilight/acpilight-1.2-r4.ebuild b/sys-power/acpilight/acpilight-1.2-r4.ebuild index 2cf9ec8790bd..97445a8e5184 100644 --- a/sys-power/acpilight/acpilight-1.2-r4.ebuild +++ b/sys-power/acpilight/acpilight-1.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 udev -- cgit v1.2.3-65-gdbad