commit: f2368a850a8c41cb227cd531fa23b77932e91fe9 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 16:49:00 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 16:49:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f2368a85
[net-libs/telepathy-qt] Sync with tree Package-Manager: portage-2.2.12 --- net-libs/telepathy-qt/metadata.xml | 2 +- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml index 4b181c1..1e6e071 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> </use> </pkgmetadata> diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 08a17f7..b883748 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)
