From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-635596-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B806E1381F3
	for <garchives@archives.gentoo.org>; Sun, 13 Oct 2013 17:03:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0A96EE09EE;
	Sun, 13 Oct 2013 17:03:37 +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 B39E3E09C6
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2013 17:03:35 +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 BE40D33F029
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2013 17:03:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id CC2C2E5469
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Oct 2013 17:03:32 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1381690326.3207dce73c48c8d7cedc557e871f1c584966e061.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/
X-VCS-Repository: proj/kde
X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild
X-VCS-Directories: dev-libs/grantlee/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 3207dce73c48c8d7cedc557e871f1c584966e061
X-VCS-Branch: master
Date: Sun, 13 Oct 2013 17:03:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 458f499b-ff27-4dc9-86a6-862ae7d6cb4f
X-Archives-Hash: 60dc45ab030595e0c3f90fdf4fead76a

commit:     3207dce73c48c8d7cedc557e871f1c584966e061
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 18:52:06 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:52:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3207dce7

[dev-libs/grantlee] Move to git-r3 eclass.

Package-Manager: portage-2.2.7

---
 dev-libs/grantlee/grantlee-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild
index 19ff89f..eca7f62 100644
--- a/dev-libs/grantlee/grantlee-9999.ebuild
+++ b/dev-libs/grantlee/grantlee-9999.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
 
 DESCRIPTION="C++ string template engine based on the Django template system"
 HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
-EGIT_REPO_URI="git://gitorious.org/grantlee/${PN}"
+EGIT_REPO_URI=( "git://gitorious.org/grantlee/${PN}" )
 
 LICENSE="LGPL-2.1"
 KEYWORDS=""