commit:     904a9c02390318916211a6dbefb9aebeab4d52f7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 21:39:46 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> 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 @@
        <herd>qt</herd>
        <use>
                <flag name='farstream'>Enable support for audio/video calls via 
farstream</flag>
+               <flag name='experimental'>Enable compilation of experimental 
and unstable service side bindings</flag>
        </use>
 </pkgmetadata>

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
                )

Reply via email to