projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0231aa
)
dev-vcs/gitg: Require vala:0.40
author
Michał Górny
<mgorny@gentoo.org>
Thu, 22 Aug 2019 13:01:30 +0000
(15:01 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 22 Aug 2019 13:01:46 +0000
(15:01 +0200)
Closes: https://bugs.gentoo.org/692538
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/gitg/gitg-3.32.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-vcs/gitg/gitg-3.32.1.ebuild
b/dev-vcs/gitg/gitg-3.32.1.ebuild
index eebf3483fd21fd27a6a453b1408e749a1d62ade6..5fee531ed8b8f882bee098113c3872213ad9704a 100644
(file)
--- 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