diff options
author | Greg Kubaryk <greg.kubaryk@gmail.com> | 2024-06-03 03:49:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 03:50:14 +0100 |
commit | 0b147ddf529a4552e6590b5fcb4e69bf48600285 (patch) | |
tree | 460b72e1a5c01b5bcef95f434a8ff7dbb85cad2c /sys-power | |
parent | net-p2p/deluge: stabilize 2.1.1-r5 for amd64, x86 (diff) | |
download | gentoo-0b147ddf529a4552e6590b5fcb4e69bf48600285.tar.gz gentoo-0b147ddf529a4552e6590b5fcb4e69bf48600285.tar.bz2 gentoo-0b147ddf529a4552e6590b5fcb4e69bf48600285.zip |
sys-power/acpilight: enable py3.12
Closes: https://bugs.gentoo.org/929863
Signed-off-by: Greg Kubaryk <greg.kubaryk@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpilight/acpilight-1.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |