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 CA99C138334 for ; Sun, 13 Oct 2019 18:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A839E0101; Sun, 13 Oct 2019 18:19:23 +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 6015BE0101 for ; Sun, 13 Oct 2019 18:19:23 +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 4A1B334BA3E for ; Sun, 13 Oct 2019 18:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504B87F5 for ; Sun, 13 Oct 2019 18:19:20 +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: <1570990726.03751928f59e141efcddd2db95733c59a681b36e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-chess/gnome-chess-3.30.1.ebuild X-VCS-Directories: games-board/gnome-chess/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 03751928f59e141efcddd2db95733c59a681b36e X-VCS-Branch: master Date: Sun, 13 Oct 2019 18:19:20 +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: 9da56e0f-9b95-4a3d-b09e-692db301781a X-Archives-Hash: d990cfd16d648cd2ee639e20d42c3210 commit: 03751928f59e141efcddd2db95733c59a681b36e Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 13 17:56:37 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 13 18:18:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03751928 games-board/gnome-chess-3.30.1: restrict to <=vala:0.44 Fails to build with vala:0.46 - gnome-chess-3.34.0 has fixes Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild index fda095c64dc..435522543d8 100644 --- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild @@ -3,6 +3,7 @@ EAPI=6 VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.44" inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg