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 04EB41382C5 for ; Sat, 24 Apr 2021 09:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47233E0798; Sat, 24 Apr 2021 09:49:21 +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 2ABD4E0798 for ; Sat, 24 Apr 2021 09:49:21 +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 31ECC341261 for ; Sat, 24 Apr 2021 09:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C185966A for ; Sat, 24 Apr 2021 09:49: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: <1619257749.9a7175f6c6e441ef82af055a9b9cf837e65d95f9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/iagno/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/iagno/iagno-3.38.1.ebuild X-VCS-Directories: games-board/iagno/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9a7175f6c6e441ef82af055a9b9cf837e65d95f9 X-VCS-Branch: master Date: Sat, 24 Apr 2021 09:49: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: 008e9717-94ad-4e3e-a4ed-6002088943a3 X-Archives-Hash: f5dba63180e848f8fa88e03935abdac0 commit: 9a7175f6c6e441ef82af055a9b9cf837e65d95f9 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 24 09:49:02 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 24 09:49:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7175f6 games-board/iagno: fix VALA_MAX_API_VERSION setting Fixes: b2e176f40fd0f64e3cd9651e73369bc2afb8b490 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> games-board/iagno/iagno-3.38.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/iagno/iagno-3.38.1.ebuild b/games-board/iagno/iagno-3.38.1.ebuild index 55fa0a215a0..c501ffdf59d 100644 --- a/games-board/iagno/iagno-3.38.1.ebuild +++ b/games-board/iagno/iagno-3.38.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 VALA_MIN_API_VERSION="0.44" -VALA_MIN_API_VERSION="0.50" +VALA_MAX_API_VERSION="0.50" inherit gnome.org gnome2-utils meson vala xdg