From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F5B3139507 for ; Fri, 28 Oct 2016 16:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3712E0983; Fri, 28 Oct 2016 16:13:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ADFFE0983 for ; Fri, 28 Oct 2016 16:13:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD4B7341673 for ; Fri, 28 Oct 2016 16:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75CB24A8 for ; Fri, 28 Oct 2016 16:12:58 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1477671164.973bc57a485ec814e52f83476e88ea507661c1b0.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 973bc57a485ec814e52f83476e88ea507661c1b0 X-VCS-Branch: master Date: Fri, 28 Oct 2016 16:12:58 +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: 093d241b-25cf-43ea-b721-3ff378e47042 X-Archives-Hash: b8a01f8ccd8c0b7d99d52ecf70b30c6d commit: 973bc57a485ec814e52f83476e88ea507661c1b0 Author: Michael Palimaka gentoo org> AuthorDate: Fri Oct 28 15:34:23 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 28 16:12:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=973bc57a net-libs/telepathy-qt: sync with kde Package-Manager: portage-2.3.2 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 6cc904c..cdbb11a 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit python-any-r1 cmake-utils virtualx multibuild git-r3 +EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" ) +inherit python-any-r1 cmake-utils virtualx git-r3 multibuild DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" -EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" ) LICENSE="LGPL-2.1" SLOT="0" @@ -58,9 +58,9 @@ pkg_setup() { src_configure() { myconfigure() { local mycmakeargs=( - $(cmake-utils_use_enable debug DEBUG_OUTPUT) - $(cmake-utils_use_enable farstream) - $(cmake-utils_use_enable test TESTS) + -DENABLE_DEBUG_OUTPUT=$(usex debug) + -DENABLE_FARSTREAM=$(usex farstream) + -DENABLE_TESTS=$(usex test) -DENABLE_EXAMPLES=OFF -ENABLE_SERVICE_SUPPORT=ON )