Skip to content

Commit

Permalink
dev-vcs/gitg: Add Python 3.11 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Oct 29, 2022
1 parent 66c4c8a commit e493309
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-vcs/gitg/gitg-41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
# vala-0.36 fails to build, https://bugs.gentoo.org/692538
VALA_MIN_API_VERSION="0.40"
PYTHON_COMPAT=( python3_{8..11} )

inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils

Expand Down

0 comments on commit e493309

Please sign in to comment.