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 A6A241381F3 for ; Thu, 1 Aug 2013 18:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E27E0A81; Thu, 1 Aug 2013 18:22:31 +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 3C10AE0A81 for ; Thu, 1 Aug 2013 18:22:31 +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 0C29633EA6F for ; Thu, 1 Aug 2013 18:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9A07DE468F for ; Thu, 1 Aug 2013 18:22:28 +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: <1375381327.f3094cb23e5d764a44e7d76f6360936957e3131f.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: f3094cb23e5d764a44e7d76f6360936957e3131f X-VCS-Branch: master Date: Thu, 1 Aug 2013 18:22:28 +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: 716777db-147e-4785-918e-8fef9bd0a0b9 X-Archives-Hash: 52f4b25ca5587975a5b149b6a7ba8cea commit: f3094cb23e5d764a44e7d76f6360936957e3131f Author: Johannes Huber gentoo org> AuthorDate: Thu Aug 1 18:22:07 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Aug 1 18:22:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3094cb2 [net-libs/telepathy-qt] Drop wrong python dep. Package-Manager: portage-2.2.0_alpha191 --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index d01855d..adf8adb 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,2_8} ) +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