diff options
author | 2019-08-02 19:46:56 +0300 | |
---|---|---|
committer | 2019-08-02 19:47:41 +0300 | |
commit | 9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c (patch) | |
tree | 0f679945e655d682e870b34997062f0411604f18 | |
parent | www-client/chromium-76.0.3809.87: amd64 stable, bug 691098 (diff) | |
download | gentoo-9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c.tar.gz gentoo-9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c.tar.bz2 gentoo-9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c.zip |
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@gentoo.org>
-rw-r--r-- | app-misc/tracker/tracker-2.1.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |