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 CC008138010 for ; Wed, 17 Oct 2012 09:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 623D2E049A; Wed, 17 Oct 2012 09:06:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBA99E049A for ; Wed, 17 Oct 2012 09:06:46 +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 46CF733D77F for ; Wed, 17 Oct 2012 09:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E380EE5436 for ; Wed, 17 Oct 2012 09:06:44 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1350464753.40503ee5629e3edcd277b676f4fda22ee5e695d4.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 40503ee5629e3edcd277b676f4fda22ee5e695d4 X-VCS-Branch: master Date: Wed, 17 Oct 2012 09:06:44 +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: 4ddd7e9b-5881-4885-a231-707e4c9ad346 X-Archives-Hash: 3f8e97f80906e2596d941a38ec28f03b commit: 40503ee5629e3edcd277b676f4fda22ee5e695d4 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Oct 17 09:05:53 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Oct 17 09:05:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=40503ee5 gnome-extra/evolution-data-server: fix vala.eclass usage --- .../evolution-data-server-3.6.1.ebuild | 2 ++ .../evolution-data-server-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild index 79195db..8a9314f 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild @@ -6,6 +6,8 @@ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2" +VALA_MIN_API_VERSION="0.18" +VALA_USE_DEPEND="vapigen" inherit db-use eutils flag-o-matic gnome2 python versionator vala virtualx if [[ ${PV} = 9999 ]]; then diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild index 79195db..8a9314f 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -6,6 +6,8 @@ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2" +VALA_MIN_API_VERSION="0.18" +VALA_USE_DEPEND="vapigen" inherit db-use eutils flag-o-matic gnome2 python versionator vala virtualx if [[ ${PV} = 9999 ]]; then