gnome-extra/gnome-boxes-3.30: restrict to vala-0.36 for build issues
authorMart Raudsepp <leio@gentoo.org>
Sun, 23 Feb 2020 12:42:56 +0000 (14:42 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 23 Feb 2020 12:43:50 +0000 (14:43 +0200)
With other stuff upgrading below, 3.30.3 build has started to fail with
vala 0.40 and 0.44. Restrict vala MAX to 0.36, with which it seems to
still be fine. This is already patched in the 3.32 version bump to work
properly with newer vala.

Bug: https://bugs.gentoo.org/709604
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild

index 9a76000ee4dc29b1fa68917a6623b1b2c04dc539..5ea890daa90706c7a5f6c3a881951d701f569129 100644 (file)
@@ -1,11 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 VALA_USE_DEPEND="vapigen"
 VALA_MIN_API_VERSION="0.36"
 # 0.46 has problems with spice-client-glib-2.0.vapi exposing a bad constructor
-VALA_MAX_API_VERSION="0.44"
+# 0.40 and 0.44 have problems with gdk modifier types, for which we have patch in 3.32 bump
+VALA_MAX_API_VERSION="0.36"
 
 inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg