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 5F4111381FA for ; Wed, 28 May 2014 21:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4315E0934; Wed, 28 May 2014 21:35:31 +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 340F7E0934 for ; Wed, 28 May 2014 21:35:31 +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 0387333BDF2 for ; Wed, 28 May 2014 21:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8E1A6181A9 for ; Wed, 28 May 2014 21:35: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: <1401312882.0b2975df8447d2c35a2771c8aeff6d6b60c160a2.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/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: 0b2975df8447d2c35a2771c8aeff6d6b60c160a2 X-VCS-Branch: master Date: Wed, 28 May 2014 21:35: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: 8938262d-d834-4626-932c-5a483441535c X-Archives-Hash: b95e26bd4cef6eca201ec3922e57fefd commit: 0b2975df8447d2c35a2771c8aeff6d6b60c160a2 Author: Alexandr Akulich gmail com> AuthorDate: Wed May 28 21:18:42 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed May 28 21:34:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b2975df [net-libs/telepathy-qt] Add USE flag experimental --- 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 )