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