diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-22 15:01:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-22 15:01:46 +0200 |
commit | bf0fb84a4eb9d2020cb07152655d6a622956aa44 (patch) | |
tree | 19d107ebd6ee855a868363a2c04936c8222eaefc /dev-vcs | |
parent | dev-libs/libofx: fix RDEPEND on libxmlpp (diff) | |
download | gentoo-bf0fb84a4eb9d2020cb07152655d6a622956aa44.tar.gz gentoo-bf0fb84a4eb9d2020cb07152655d6a622956aa44.tar.bz2 gentoo-bf0fb84a4eb9d2020cb07152655d6a622956aa44.zip |
dev-vcs/gitg: Require vala:0.40
Closes: https://bugs.gentoo.org/692538
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitg/gitg-3.32.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |