diff options
author | Brian Evans <grknight@gentoo.org> | 2022-02-02 15:43:14 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-02-02 15:43:14 -0500 |
commit | 79346f7d974710237580d54ae98a4c9b244f3e64 (patch) | |
tree | d645747cecc49d96f3f36508febfa2be20f4fdab /sys-power | |
parent | dev-ada/spawn: MissingUseDepDefault (diff) | |
download | gentoo-79346f7d974710237580d54ae98a4c9b244f3e64.tar.gz gentoo-79346f7d974710237580d54ae98a4c9b244f3e64.tar.bz2 gentoo-79346f7d974710237580d54ae98a4c9b244f3e64.zip |
sys-power/acpilight: Enable python 3.10
Signed-off-by: Brian Evans <grknight@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 6b815fddb262..709ff0ca9954 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) inherit python-single-r1 udev |