commit: bf0fb84a4eb9d2020cb07152655d6a622956aa44 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 13:01:30 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 13:01:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0fb84a
dev-vcs/gitg: Require vala:0.40 Closes: https://bugs.gentoo.org/692538 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-vcs/gitg/gitg-3.32.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild index eebf3483fd2..5fee531ed8b 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
