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 9B9121381F3 for ; Sun, 13 Oct 2013 15:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C242E09C2; Sun, 13 Oct 2013 15:46:09 +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 AE0DDE09C2 for ; Sun, 13 Oct 2013 15:46:08 +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 C426233F00D for ; Sun, 13 Oct 2013 15:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7FD55E5460 for ; Sun, 13 Oct 2013 15:46:06 +0000 (UTC) From: "Johannes Huber" 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" Message-ID: <1381685625.16e25b535530a25a9f048fcf275fedd855f18c1b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 16e25b535530a25a9f048fcf275fedd855f18c1b X-VCS-Branch: master Date: Sun, 13 Oct 2013 15:46:06 +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: 53c01bda-f89c-48fe-8af9-9555ba3b917b X-Archives-Hash: d71027fe8d37e533214e1fb65b91d9df commit: 16e25b535530a25a9f048fcf275fedd855f18c1b Author: Johannes Huber gentoo org> AuthorDate: Sun Oct 13 17:33:45 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Oct 13 17:33:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=16e25b53 [net-libs/telepathy-qt] Move to git-r3 eclass. Package-Manager: portage-2.2.7 --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index adf8adb..aeabb93 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -5,8 +5,8 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}" -inherit base python-any-r1 cmake-utils virtualx git-2 +EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" ) +inherit base python-any-r1 cmake-utils virtualx git-r3 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/"