gnome-base/dconf-editor: restrict to <=vala-0.42
authorMart Raudsepp <leio@gentoo.org>
Sun, 28 Jul 2019 06:02:29 +0000 (09:02 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 28 Jul 2019 06:42:09 +0000 (09:42 +0300)
vala:0.44 errors out if an odd minor version number glib is
targeted and passed to valac. It could probably just be patched
to the following glib stable version, which is probably done
upstream later on, but just limit for now and will lift the
restriction with 3.22 bump.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild

index fb3643830b16c218e741b1ffea9a31e40c360d7b..3e8674b6f053c8f28057630669755303d841988f 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=6
 VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="0.42"
 
 inherit gnome.org gnome2-utils meson vala xdg