From 9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 2 Aug 2019 19:46:56 +0300 Subject: [PATCH] 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 --- 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 5ee135fd3cc5..3bce3d5c2174 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 -- 2.26.2