From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 487BB1381FA for ; Wed, 28 May 2014 21:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A470CE094E; Wed, 28 May 2014 21:40:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3214AE094E for ; Wed, 28 May 2014 21:40:18 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C57833EB08 for ; Wed, 28 May 2014 21:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 89F46181A9 for ; Wed, 28 May 2014 21:40:15 +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: <1401313186.904a9c02390318916211a6dbefb9aebeab4d52f7.johu@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/metadata.xml 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: 904a9c02390318916211a6dbefb9aebeab4d52f7 X-VCS-Branch: master Date: Wed, 28 May 2014 21:40:15 +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: d717d505-f340-4d0d-b5d5-3c7d37a75892 X-Archives-Hash: 8e5608f8b48601a534e482ea3a22fcf4 commit: 904a9c02390318916211a6dbefb9aebeab4d52f7 Author: Johannes Huber gentoo org> AuthorDate: Wed May 28 21:39:46 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 28 21:39:46 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=904a9c02 [net-libs/telepathy-qt] Sync with kde overlay https://github.com/gentoo/kde/pull/34 Package-Manager: portage-2.2.10 --- net-libs/telepathy-qt/metadata.xml | 1 + net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml index 5309391..4b181c1 100644 --- a/net-libs/telepathy-qt/metadata.xml +++ b/net-libs/telepathy-qt/metadata.xml @@ -4,5 +4,6 @@ qt Enable support for audio/video calls via farstream + Enable compilation of experimental and unstable service side bindings diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 113c765..08a17f7 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://telepathy.freedesktop.org/" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="debug farstream +qt4 qt5 test" +IUSE="debug experimental farstream +qt4 qt5 test" RDEPEND=" farstream? ( @@ -63,8 +63,9 @@ pkg_setup() { src_configure() { myconfigure() { local mycmakeargs=( - $(cmake-utils_use_enable farstream) $(cmake-utils_use_enable debug DEBUG_OUTPUT) + $(cmake-utils_use_enable experimental EXPERIMENTAL_SERVICE_SUPPORT) + $(cmake-utils_use_enable farstream) $(cmake-utils_use_enable test TESTS) -DENABLE_EXAMPLES=OFF )