gnome-extra/gnome-boxes-3.30: restrict to vala-0.36 for build issues

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>
This commit is contained in:
Mart Raudsepp
2020-02-23 14:42:56 +02:00
parent edbb7caba4
commit ca43c1fbee

View 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