Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/
Date: Sat, 29 Oct 2022 17:44:30
Message-Id: 1667065440.deb3d8d81ca80694cc1335403dca56632c5bf550.mattst88@gentoo
1 commit: deb3d8d81ca80694cc1335403dca56632c5bf550
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:22:59 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb3d8d8
7
8 games-puzzle/lightsoff: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
16 index faa0bce145d3..8a597d6ed510 100644
17 --- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
18 +++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
19 @@ -2,8 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..10} )
24 -VALA_MIN_API_VERSION="0.40"
25 +PYTHON_COMPAT=( python3_{8..11} )
26 inherit gnome.org gnome2-utils meson python-any-r1 xdg vala
27
28 DESCRIPTION="Turn off all the lights"