diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:22:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:00 -0400 |
commit | deb3d8d81ca80694cc1335403dca56632c5bf550 (patch) | |
tree | 6948cd36015f3e506eacee290d9bb75486848984 /games-puzzle | |
parent | games-puzzle/gnome-tetravex: Add Python 3.11 compatibility (diff) | |
download | gentoo-deb3d8d81ca80694cc1335403dca56632c5bf550.tar.gz gentoo-deb3d8d81ca80694cc1335403dca56632c5bf550.tar.bz2 gentoo-deb3d8d81ca80694cc1335403dca56632c5bf550.zip |
games-puzzle/lightsoff: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild index faa0bce145d3..8a597d6ed510 100644 --- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild +++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -VALA_MIN_API_VERSION="0.40" +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg vala DESCRIPTION="Turn off all the lights" |