diff options
| author | Johannes Huber <johu@gentoo.org> | 2014-09-15 18:47:45 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2014-09-15 18:47:56 +0200 |
| commit | b11d744bbd000ea4a0950fcaeb4d50940610970c (patch) | |
| tree | 07bca13771b7788be02dadf4ebd122b9fa044448 | |
| parent | b501d6461ab6c3a7539aba84416a1bdf9079004a (diff) | |
| download | kde-b11d744bbd000ea4a0950fcaeb4d50940610970c.tar.gz kde-b11d744bbd000ea4a0950fcaeb4d50940610970c.tar.bz2 kde-b11d744bbd000ea4a0950fcaeb4d50940610970c.zip | |
[net-libs/telepathy-qt] Sync with tree
Package-Manager: portage-2.2.12
| -rw-r--r-- | net-libs/telepathy-qt/metadata.xml | 4 | ||||
| -rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 |
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) |
