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 A16791382C5 for ; Thu, 1 Feb 2018 10:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C7DE09E8; Thu, 1 Feb 2018 10:37:20 +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 A4DE7E09E8 for ; Thu, 1 Feb 2018 10:37:20 +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 2E917335C6C for ; Thu, 1 Feb 2018 10:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D10E1CE for ; Thu, 1 Feb 2018 10:37:17 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1517480230.e19dbf35e56e689ca97593372e6244681e31f511.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/vala.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: e19dbf35e56e689ca97593372e6244681e31f511 X-VCS-Branch: master Date: Thu, 1 Feb 2018 10:37:17 +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-Archives-Salt: 191422fc-1d5f-4f5b-afaa-3e306ae8b936 X-Archives-Hash: 37f7326d266eb223ef7221af0d2ee1a4 commit: e19dbf35e56e689ca97593372e6244681e31f511 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Thu Feb 1 10:17:10 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Thu Feb 1 10:17:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e19dbf35 vala.eclass: increase VALA_MAX_API_VERSION to 0.38 eclass/vala.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vala.eclass b/eclass/vala.eclass index f8a45cde..f8c4319c 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -31,7 +31,7 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.32} # @ECLASS-VARIABLE: VALA_MAX_API_VERSION # @DESCRIPTION: # Maximum vala API version (e.g. 0.32). -VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.36} +VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.38} # @ECLASS-VARIABLE: VALA_USE_DEPEND # @DEFAULT_UNSET