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 29601138334 for ; Sun, 28 Jul 2019 06:42:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A8D3E0856; Sun, 28 Jul 2019 06:42:37 +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 7ECD3E0856 for ; Sun, 28 Jul 2019 06:42:37 +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 8C7D4348DE9 for ; Sun, 28 Jul 2019 06:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2C3C766 for ; Sun, 28 Jul 2019 06:42:33 +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: <1564296134.82c9fda6c869e938c8c591319fb6e755e66ef88c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/simple-scan/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/simple-scan/simple-scan-3.30.2.ebuild X-VCS-Directories: media-gfx/simple-scan/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 82c9fda6c869e938c8c591319fb6e755e66ef88c X-VCS-Branch: master Date: Sun, 28 Jul 2019 06:42:33 +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: ca4bc235-e041-46bd-81f9-514fe0dc9660 X-Archives-Hash: ce57d413676ec4bd59683e76e7b80563 commit: 82c9fda6c869e938c8c591319fb6e755e66ef88c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 28 06:31:57 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 28 06:42:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c9fda6 media-gfx/simple-scan-3.30.2: restrict to <=vala-0.42 Fails to compile with 0.44. Presumably 3.32 works with vala:0.44, but have not tested yet. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/simple-scan/simple-scan-3.30.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild index d142269fcf0..91eb231311d 100644 --- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild @@ -3,6 +3,7 @@ EAPI=6 VALA_MIN_API_VERSION="0.34" +VALA_MAX_API_VERSION="0.42" inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Simple document scanning utility"