commit: 24d304b87b93989e3bcc3c5e072b895ce13a64c5 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu May 28 21:07:44 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu May 28 21:07:44 2015 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=24d304b8
[media-sound/tomahawk] Sync with tree Package-Manager: portage-2.2.20 media-sound/tomahawk/tomahawk-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index e876b77..0e29f3a 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://tomahawk-player.org/" LICENSE="GPL-3 BSD" SLOT="0" -IUSE="debug +hatchet jabber kde qt5 telepathy" +IUSE="debug +hatchet kde qt5 telepathy xmpp" REQUIRED_USE="telepathy? ( kde )" @@ -34,7 +34,7 @@ DEPEND=" >=net-libs/gnutls-3.2 x11-libs/libX11 hatchet? ( dev-cpp/websocketpp ) - jabber? ( net-libs/jreen ) + xmpp? ( net-libs/jreen ) !qt5? ( app-crypt/qca:2[qt4] >=dev-libs/libattica-0.4.0 @@ -77,7 +77,7 @@ src_configure() { local mycmakeargs=( -DWITH_CRASHREPORTER=OFF $(cmake-utils_use_build hatchet) - $(cmake-utils_use_with jabber Jreen) + $(cmake-utils_use_with xmpp Jreen) $(cmake-utils_use_with kde KDE4) $(cmake-utils_use_build !qt5 WITH_QT4) $(cmake-utils_use_with telepathy TelepathyQt)
