Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/johu:master commit in: media-sound/tomahawk/
Date: Thu, 28 May 2015 21:08:01
Message-Id: 1432847264.24d304b87b93989e3bcc3c5e072b895ce13a64c5.johu@gentoo
1 commit: 24d304b87b93989e3bcc3c5e072b895ce13a64c5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 21:07:44 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 21:07:44 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=24d304b8
7
8 [media-sound/tomahawk] Sync with tree
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/tomahawk/tomahawk-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
16 index e876b77..0e29f3a 100644
17 --- a/media-sound/tomahawk/tomahawk-9999.ebuild
18 +++ b/media-sound/tomahawk/tomahawk-9999.ebuild
19 @@ -21,7 +21,7 @@ HOMEPAGE="http://tomahawk-player.org/"
20
21 LICENSE="GPL-3 BSD"
22 SLOT="0"
23 -IUSE="debug +hatchet jabber kde qt5 telepathy"
24 +IUSE="debug +hatchet kde qt5 telepathy xmpp"
25
26 REQUIRED_USE="telepathy? ( kde )"
27
28 @@ -34,7 +34,7 @@ DEPEND="
29 >=net-libs/gnutls-3.2
30 x11-libs/libX11
31 hatchet? ( dev-cpp/websocketpp )
32 - jabber? ( net-libs/jreen )
33 + xmpp? ( net-libs/jreen )
34 !qt5? (
35 app-crypt/qca:2[qt4]
36 >=dev-libs/libattica-0.4.0
37 @@ -77,7 +77,7 @@ src_configure() {
38 local mycmakeargs=(
39 -DWITH_CRASHREPORTER=OFF
40 $(cmake-utils_use_build hatchet)
41 - $(cmake-utils_use_with jabber Jreen)
42 + $(cmake-utils_use_with xmpp Jreen)
43 $(cmake-utils_use_with kde KDE4)
44 $(cmake-utils_use_build !qt5 WITH_QT4)
45 $(cmake-utils_use_with telepathy TelepathyQt)