diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-23 14:06:10 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-23 14:06:30 -0600 |
commit | 3a5bf37618472a8c4e9187d6a3de2bf98e9da56d (patch) | |
tree | ba10736083d2677ec99f54c8c4fda05c01b75331 /sys-power | |
parent | sci-mathematics/pspp: Stabilize 1.6.2-r2 x86, #890706 (diff) | |
download | gentoo-3a5bf37618472a8c4e9187d6a3de2bf98e9da56d.tar.gz gentoo-3a5bf37618472a8c4e9187d6a3de2bf98e9da56d.tar.bz2 gentoo-3a5bf37618472a8c4e9187d6a3de2bf98e9da56d.zip |
sys-power/acpilight: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpilight/acpilight-1.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/acpilight/acpilight-1.2-r4.ebuild b/sys-power/acpilight/acpilight-1.2-r4.ebuild index 42f67eff4148..2cf9ec8790bd 100644 --- a/sys-power/acpilight/acpilight-1.2-r4.ebuild +++ b/sys-power/acpilight/acpilight-1.2-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 python3_10 ) +PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) inherit python-single-r1 udev |