From: Mart Raudsepp Date: Sun, 23 Feb 2020 12:42:56 +0000 (+0200) Subject: gnome-extra/gnome-boxes-3.30: restrict to vala-0.36 for build issues X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca43c1fbeef10c177765b758f94a8a77f5e3e22c;p=gentoo.git 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 --- diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild index 9a76000ee4dc..5ea890daa907 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild @@ -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