Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
Date: Wed, 27 Apr 2016 07:41:54
Message-Id: 1461742896.7edb8a732d068fd1048380d376989b77cece4135.johu@gentoo
1 commit: 7edb8a732d068fd1048380d376989b77cece4135
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 07:41:25 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 07:41:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edb8a73
7
8 media-sound/tomahawk: Update dependencies in live
9
10 Upstream replaced media-libs/phonon with media-video/vlc for audio support.
11
12 Package-Manager: portage-2.2.28
13
14 media-sound/tomahawk/tomahawk-9999.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
18 index 8dadfa9..f5b3f10 100644
19 --- a/media-sound/tomahawk/tomahawk-9999.ebuild
20 +++ b/media-sound/tomahawk/tomahawk-9999.ebuild
21 @@ -11,7 +11,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
22 KEYWORDS="~amd64 ~x86"
23 else
24 EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
25 - KEYWORDS=""
26 fi
27
28 DESCRIPTION="Multi-source social music player"
29 @@ -41,8 +40,8 @@ CDEPEND="
30 dev-libs/quazip[qt5]
31 >=media-libs/libechonest-2.3.1:=[qt5]
32 media-libs/liblastfm[qt5]
33 - media-libs/phonon[qt5]
34 >=media-libs/taglib-1.8.0
35 + media-video/vlc:=
36 >=net-libs/gnutls-3.2
37 x11-libs/libX11
38 hatchet? ( dev-cpp/websocketpp )