commit:     9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 16:46:56 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 16:47:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee8caa7

app-misc/tracker: workaround compilation issue against vala:0.44

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 <AT> gentoo.org>

 app-misc/tracker/tracker-2.1.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/tracker/tracker-2.1.8.ebuild 
b/app-misc/tracker/tracker-2.1.8.ebuild
index 5ee135fd3cc..3bce3d5c217 100644
--- a/app-misc/tracker/tracker-2.1.8.ebuild
+++ b/app-misc/tracker/tracker-2.1.8.ebuild
@@ -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
 

Reply via email to