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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FBF015808B for ; Sun, 3 Apr 2022 19:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B01E0948; Sun, 3 Apr 2022 19:16:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE2AE0948 for ; Sun, 3 Apr 2022 19:16:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0AA2341112 for ; Sun, 3 Apr 2022 19:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FADF250 for ; Sun, 3 Apr 2022 19:16:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649013395.016114c3f6a1f203f6204c43f57dbc4832413fdc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/shotwell/shotwell-0.30.14.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 016114c3f6a1f203f6204c43f57dbc4832413fdc X-VCS-Branch: master Date: Sun, 3 Apr 2022 19:16:43 +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: 428deb8c-eb62-4cab-ac10-f7468400aa76 X-Archives-Hash: 46fbccdcb6210d42f7638bb02a66b7d2 commit: 016114c3f6a1f203f6204c43f57dbc4832413fdc Author: Matt Turner gentoo org> AuthorDate: Sun Apr 3 18:58:18 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 3 19:16:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016114c3 media-gfx/shotwell: Set VALA_MAX_API_VERSION="0.54" Fails to build with 0.56. Signed-off-by: Matt Turner gentoo.org> media-gfx/shotwell/shotwell-0.30.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/shotwell/shotwell-0.30.14.ebuild b/media-gfx/shotwell/shotwell-0.30.14.ebuild index bdf8289fffc9..68dd3cb9e8a4 100644 --- a/media-gfx/shotwell/shotwell-0.30.14.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.54" inherit gnome.org gnome2-utils meson vala xdg