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 8471B138351 for ; Sat, 11 Apr 2020 09:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8DDE099B; Sat, 11 Apr 2020 09:11:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 77E0DE099B for ; Sat, 11 Apr 2020 09:11:22 +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 C896834F00E for ; Sat, 11 Apr 2020 09:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4BD1D2 for ; Sat, 11 Apr 2020 09:11:18 +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: <1586596265.7b21692844bf3c9eb70cb32c9db124479a358ed1.leio@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.8.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7b21692844bf3c9eb70cb32c9db124479a358ed1 X-VCS-Branch: master Date: Sat, 11 Apr 2020 09:11:18 +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: e8296dc6-cc4a-4b13-8d03-b10257d0d631 X-Archives-Hash: afe37a8bf0bcc90497bb55c28ca605b5 commit: 7b21692844bf3c9eb70cb32c9db124479a358ed1 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 11 09:11:05 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 11 09:11:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b216928 media-gfx/shotwell: VALA_MAX_API_VERSION="0.46" Build fails with 0.48 Closes: https://bugs.gentoo.org/716926 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/shotwell/shotwell-0.30.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/shotwell/shotwell-0.30.8.ebuild b/media-gfx/shotwell/shotwell-0.30.8.ebuild index 9a4b0984d33..693236b40ab 100644 --- a/media-gfx/shotwell/shotwell-0.30.8.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.8.ebuild @@ -3,6 +3,7 @@ EAPI=6 VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.46" inherit gnome.org gnome2-utils meson vala xdg