From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E1D8138334 for ; Fri, 2 Aug 2019 16:48:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E80DE079E; Fri, 2 Aug 2019 16:48:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C11AE079E for ; Fri, 2 Aug 2019 16:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE8AB3492D6 for ; Fri, 2 Aug 2019 16:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EC43738 for ; Fri, 2 Aug 2019 16:48:09 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1564764461.9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tracker/tracker-2.1.8.ebuild X-VCS-Directories: app-misc/tracker/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c X-VCS-Branch: master Date: Fri, 2 Aug 2019 16:48:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0321ea53-a6d3-4f1d-b899-45144ba0ea54 X-Archives-Hash: 09bcbc7cfc4fccee5bd0bad0462da424 commit: 9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c Author: Mart Raudsepp gentoo org> AuthorDate: Fri Aug 2 16:46:56 2019 +0000 Commit: Mart Raudsepp gentoo 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 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