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 594D3138335 for ; Sat, 23 Feb 2019 13:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFCDE088F; Sat, 23 Feb 2019 13:58:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35851E088F for ; Sat, 23 Feb 2019 13:58:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 180BD33BEC0 for ; Sat, 23 Feb 2019 13:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48E0554A for ; Sat, 23 Feb 2019 13:58:25 +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: <1550927977.44989ec34fb0a38c960df12961d97b189b88ed8c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/folks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/folks/folks-0.11.4-r1.ebuild dev-libs/folks/folks-0.11.4.ebuild X-VCS-Directories: dev-libs/folks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 44989ec34fb0a38c960df12961d97b189b88ed8c X-VCS-Branch: master Date: Sat, 23 Feb 2019 13:58:25 +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: 0fd531df-6e86-4c06-9199-fd6c1aed1e2f X-Archives-Hash: 1841a0c666c279ee52bda5ab7fe9a2d8 commit: 44989ec34fb0a38c960df12961d97b189b88ed8c Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 23 13:19:37 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 23 13:19:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44989ec3 dev-libs/folks: restrict >=vala-0.42 for now Seems that folks isn't buildable with 0.42 without patches. Restrict to 0.40 and older for the time being, until patch is tested to work with both old and new vala and included. Bug: https://bugs.gentoo.org/678384 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/folks/folks-0.11.4-r1.ebuild | 3 ++- dev-libs/folks/folks-0.11.4.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/folks/folks-0.11.4-r1.ebuild b/dev-libs/folks/folks-0.11.4-r1.ebuild index 821d24168b2..9e8680df222 100644 --- a/dev-libs/folks/folks-0.11.4-r1.ebuild +++ b/dev-libs/folks/folks-0.11.4-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" +VALA_MAX_API_VERSION="0.40" inherit gnome2 vala virtualx diff --git a/dev-libs/folks/folks-0.11.4.ebuild b/dev-libs/folks/folks-0.11.4.ebuild index 0eb6f1710ee..ce787854756 100644 --- a/dev-libs/folks/folks-0.11.4.ebuild +++ b/dev-libs/folks/folks-0.11.4.ebuild @@ -4,6 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" +VALA_MAX_API_VERSION="0.40" inherit gnome2 vala virtualx