app-misc/tracker: workaround compilation issue against vala:0.44
authorMart Raudsepp <leio@gentoo.org>
Fri, 2 Aug 2019 16:46:56 +0000 (19:46 +0300)
committerMart Raudsepp <leio@gentoo.org>
Fri, 2 Aug 2019 16:47:41 +0000 (19:47 +0300)
Limit to vala-0.42 and older for now. With >=vala-0.44.5:0.44 it is
crashing g-ir-compiler somehow, while it is fine with older vala,
including 0.44.4. It seems to also be fine with p.masked vala-0.45.3.
Needs more investigation, as it may be affecting other packages as
well if it's a vala:0.44 regression, not a tracker problem, but
meanwhile this workaround gets things going for ~arch users again.

Bug: https://bugs.gentoo.org/691072
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
app-misc/tracker/tracker-2.1.8.ebuild

index 5ee135fd3cc52ff000cfbd0c069b4a79272fa0d1..3bce3d5c2174255c2895bc2e7971abccb620f881 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python3_{5,6,7} )
+VALA_MAX_API_VERSION="0.42"
 
 inherit bash-completion-r1 eapi7-ver gnome.org linux-info meson python-any-r1 systemd vala xdg