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 A08A715808D for ; Tue, 19 Apr 2022 05:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2555CE0824; Tue, 19 Apr 2022 05:50:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4E706E0824 for ; Tue, 19 Apr 2022 05:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 30B23341638 for ; Tue, 19 Apr 2022 05:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7732539F for ; Tue, 19 Apr 2022 05:50:34 +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: <1650347173.a7e7aa4eb2a7b7ab4a72b5fa20c75f767783dade.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/geary/geary-40.0-r1.ebuild X-VCS-Directories: mail-client/geary/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a7e7aa4eb2a7b7ab4a72b5fa20c75f767783dade X-VCS-Branch: master Date: Tue, 19 Apr 2022 05:50:34 +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: 4634cd2b-a318-4b62-a1e8-7142b64384f0 X-Archives-Hash: 84d0b1e1e6e822acb3b1f35392819100 commit: a7e7aa4eb2a7b7ab4a72b5fa20c75f767783dade Author: Matt Turner gentoo org> AuthorDate: Tue Apr 19 05:43:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 19 05:46:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e7aa4e mail-client/geary: Set VALA_MAX_API_VERSION="0.54" Closes: https://bugs.gentoo.org/837713 Signed-off-by: Matt Turner gentoo.org> mail-client/geary/geary-40.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/geary/geary-40.0-r1.ebuild b/mail-client/geary/geary-40.0-r1.ebuild index d0abb5b348fa..9b3196a2df32 100644 --- a/mail-client/geary/geary-40.0-r1.ebuild +++ b/mail-client/geary/geary-40.0-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.48" +VALA_MAX_API_VERSION="0.54" inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg