From: Michał Górny Date: Thu, 22 Aug 2019 13:01:30 +0000 (+0200) Subject: dev-vcs/gitg: Require vala:0.40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf0fb84a4eb9d2020cb07152655d6a622956aa44;p=gentoo.git dev-vcs/gitg: Require vala:0.40 Closes: https://bugs.gentoo.org/692538 Signed-off-by: Michał Górny --- diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild index eebf3483fd21..5fee531ed8b8 100644 --- a/dev-vcs/gitg/gitg-3.32.1.ebuild +++ b/dev-vcs/gitg/gitg-3.32.1.ebuild @@ -3,7 +3,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) -VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found +# vala-0.36 fails to build, https://bugs.gentoo.org/692538 +VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils