gnome-extra/gnome-calculator-3.30.1: restrict to <=vala-0.42
authorMart Raudsepp <leio@gentoo.org>
Sun, 28 Jul 2019 06:07:39 +0000 (09:07 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 28 Jul 2019 06:42:10 +0000 (09:42 +0300)
Fails to compile with vala:0.44 from a weak ref implicit cast.
Probably fixed in 3.32 already.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild

index 80c02d4023f5c1c533903f4e1ea04a2149f1f6bb..512f63f2407f9dceb53b61040ce00997fba4af2c 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+VALA_MAX_API_VERSION="0.42"
 inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="A calculator application for GNOME"