summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/telepathy-qt/metadata.xml4
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-9999.ebuild5
2 files changed, 4 insertions, 5 deletions
diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml
index 75c0a561742..1e6e0718433 100644
--- a/net-libs/telepathy-qt/metadata.xml
+++ b/net-libs/telepathy-qt/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
+ <herd>kde</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>
+ <flag name='farstream'>Enable support for audio/video calls via farstream</flag>
</use>
</pkgmetadata>
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 08a17f78019..b883748b0dc 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 experimental farstream +qt4 qt5 test"
+IUSE="debug farstream +qt4 qt5 test"
RDEPEND="
farstream? (
@@ -30,7 +30,6 @@ RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
dev-qt/qtxml:5
)
!net-libs/telepathy-qt4
@@ -64,10 +63,10 @@ src_configure() {
myconfigure() {
local mycmakeargs=(
$(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
+ -ENABLE_SERVICE_SUPPORT=ON
)
if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
mycmakeargs+=(-DDESIRED_QT_VERSION=4)