From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 71509138247 for ; Thu, 5 Dec 2013 00:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E39E0E5E; Thu, 5 Dec 2013 00:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BA5BE0E5E for ; Thu, 5 Dec 2013 00:32:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25CDB33F3CD for ; Thu, 5 Dec 2013 00:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A712C110004 for ; Thu, 5 Dec 2013 00:32:30 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1386203513.1bbcebbc599ae52fdbd20c7e3da15cab89fd3c2e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/ X-VCS-Repository: proj/gnome X-VCS-Files: app-crypt/gcr/gcr-3.10.1.ebuild app-crypt/gcr/gcr-9999.ebuild X-VCS-Directories: app-crypt/gcr/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1bbcebbc599ae52fdbd20c7e3da15cab89fd3c2e X-VCS-Branch: master Date: Thu, 5 Dec 2013 00:32:30 +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: 6a67f39d-64f4-4237-9519-7a2eb32ac488 X-Archives-Hash: b51de476d9c5342761fa4ffb3eb0dcc2 commit: 1bbcebbc599ae52fdbd20c7e3da15cab89fd3c2e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 5 00:31:27 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 5 00:31:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1bbcebbc app-crypt/gcr: raise minimum vala version, bug #493268 --- app-crypt/gcr/gcr-3.10.1.ebuild | 2 +- app-crypt/gcr/gcr-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/gcr/gcr-3.10.1.ebuild b/app-crypt/gcr/gcr-3.10.1.ebuild index f6d7f96..f83f731 100644 --- a/app-crypt/gcr/gcr-3.10.1.ebuild +++ b/app-crypt/gcr/gcr-3.10.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" +VALA_MIN_API_VERSION="0.20" VALA_USE_DEPEND="vapigen" inherit gnome2 vala virtualx diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-9999.ebuild index 0067941..8682389 100644 --- a/app-crypt/gcr/gcr-9999.ebuild +++ b/app-crypt/gcr/gcr-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" +VALA_MIN_API_VERSION="0.20" VALA_USE_DEPEND="vapigen" inherit gnome2 vala virtualx