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 555AA1381F3 for ; Wed, 5 Jun 2013 21:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05210E094C; Wed, 5 Jun 2013 21:53: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 9551DE094C for ; Wed, 5 Jun 2013 21:53: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 B70FC33E27C for ; Wed, 5 Jun 2013 21:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5ED4EE468F for ; Wed, 5 Jun 2013 21:53: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: <1370469165.69290d3a4781d6f14bbb746abfbef7670a23b5da.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: 69290d3a4781d6f14bbb746abfbef7670a23b5da X-VCS-Branch: master Date: Wed, 5 Jun 2013 21:53: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: 8f435847-2b0b-4c0b-abb4-0eada1c1b972 X-Archives-Hash: 331a85e38d8b28c0ff8404895f15fef2 commit: 69290d3a4781d6f14bbb746abfbef7670a23b5da Author: Johannes Huber gentoo org> AuthorDate: Wed Jun 5 21:52:45 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 5 21:52:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69290d3a [net-libs/telepathy-qt] Sync with tree. Package-Manager: portage-2.2.0_alpha177 --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 6a3834e..d01855d 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -4,10 +4,9 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7,2_8} ) EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}" - -inherit python-r1 base cmake-utils virtualx git-2 +inherit base python-any-r1 cmake-utils virtualx git-2 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" @@ -44,6 +43,10 @@ REQUIRED_USE="farsight? ( !farstream )" DOCS=( AUTHORS ChangeLog HACKING NEWS README ) +pkg_setup() { + python-any-r1_pkg_setup +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_enable farsight)