diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-23 14:42:56 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-23 14:43:50 +0200 |
commit | ca43c1fbeef10c177765b758f94a8a77f5e3e22c (patch) | |
tree | c716f146c54f69397a0225c16032fc0d68314db6 /gnome-extra | |
parent | net-dns/bind: Drop old (diff) | |
download | gentoo-ca43c1fbeef10c177765b758f94a8a77f5e3e22c.tar.gz gentoo-ca43c1fbeef10c177765b758f94a8a77f5e3e22c.tar.bz2 gentoo-ca43c1fbeef10c177765b758f94a8a77f5e3e22c.zip |
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>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |