diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:21:51 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:59 -0400 |
commit | e4933096ffeb6d3bf0789a5e0fab8d12d4d5c44e (patch) | |
tree | c7d4f32c421558e460d4b8f4daef48675b8615c5 /dev-vcs/gitg | |
parent | dev-util/itstool: Add Python 3.11 compatibility (diff) | |
download | gentoo-e4933096ffeb6d3bf0789a5e0fab8d12d4d5c44e.tar.gz gentoo-e4933096ffeb6d3bf0789a5e0fab8d12d4d5c44e.tar.bz2 gentoo-e4933096ffeb6d3bf0789a5e0fab8d12d4d5c44e.zip |
dev-vcs/gitg: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/gitg-41.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild index 2bd9b394ef18..dfd4809e712b 100644 --- a/dev-vcs/gitg/gitg-41.ebuild +++ b/dev-vcs/gitg/gitg-41.ebuild @@ -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 |