Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpilight/
Date: Wed, 02 Feb 2022 20:43:38
Message-Id: 1643834594.79346f7d974710237580d54ae98a4c9b244f3e64.grknight@gentoo
1 commit: 79346f7d974710237580d54ae98a4c9b244f3e64
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 20:43:14 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 20:43:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79346f7d
7
8 sys-power/acpilight: Enable python 3.10
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 sys-power/acpilight/acpilight-1.2-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-power/acpilight/acpilight-1.2-r4.ebuild b/sys-power/acpilight/acpilight-1.2-r4.ebuild
16 index 6b815fddb262..709ff0ca9954 100644
17 --- a/sys-power/acpilight/acpilight-1.2-r4.ebuild
18 +++ b/sys-power/acpilight/acpilight-1.2-r4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
27 +PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
28
29 inherit python-single-r1 udev