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 59F8A138010 for ; Thu, 27 Sep 2012 22:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0514021C043; Thu, 27 Sep 2012 22:39:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CB21B21C043 for ; Thu, 27 Sep 2012 22:39:49 +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 3DB8B33D73D for ; Thu, 27 Sep 2012 22:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0B768E544B for ; Thu, 27 Sep 2012 22:39:48 +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: <1348785257.9aacd64e95d0925f1463e850591c783381041ebc.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnome-keyring/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild gnome-base/libgnome-keyring/libgnome-keyring-9999.ebuild X-VCS-Directories: gnome-base/libgnome-keyring/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 9aacd64e95d0925f1463e850591c783381041ebc X-VCS-Branch: master Date: Thu, 27 Sep 2012 22:39:48 +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: 7d252622-d0d4-4f65-ae71-9e7c1be26c56 X-Archives-Hash: 771526e3ac38433d6b4131bd133b9acb commit: 9aacd64e95d0925f1463e850591c783381041ebc Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu Sep 27 22:34:17 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Thu Sep 27 22:34:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9aacd64e gnome-base/libgnome-keyring: fix vala.eclass usage --- .../libgnome-keyring/libgnome-keyring-3.6.0.ebuild | 1 + .../libgnome-keyring/libgnome-keyring-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild index 3fcbeee..ce1e467 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-3.6.0.ebuild @@ -6,6 +6,7 @@ EAPI="4" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" VALA_MIN_API_VERSION="0.16" +VALA_USE_DEPEND="vapigen" inherit gnome2 python vala if [[ ${PV} = 9999 ]]; then diff --git a/gnome-base/libgnome-keyring/libgnome-keyring-9999.ebuild b/gnome-base/libgnome-keyring/libgnome-keyring-9999.ebuild index 3fcbeee..ce1e467 100644 --- a/gnome-base/libgnome-keyring/libgnome-keyring-9999.ebuild +++ b/gnome-base/libgnome-keyring/libgnome-keyring-9999.ebuild @@ -6,6 +6,7 @@ EAPI="4" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" VALA_MIN_API_VERSION="0.16" +VALA_USE_DEPEND="vapigen" inherit gnome2 python vala if [[ ${PV} = 9999 ]]; then