Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lastfm-desktop/
Date: Wed, 30 Aug 2017 14:05:23
Message-Id: 1504101906.56297e759ab6def9b168a0c2dbad503bb1924d3d.kensington@gentoo
1 commit: 56297e759ab6def9b168a0c2dbad503bb1924d3d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:57:50 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 14:05:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56297e75
7
8 media-sound/lastfm-desktop: remove dev-qt/qtphonon dependency
9
10 Gentoo-bug: 629144
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild | 4 ++--
14 media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
18 index bc6a14c32b4..aad97460448 100644
19 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
20 +++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -23,7 +23,7 @@ RDEPEND="
28 media-libs/libgpod
29 >=media-libs/liblastfm-1.0.6[fingerprint,qt4(+)]
30 sys-libs/zlib
31 - || ( dev-qt/qtphonon:4 kde-apps/phonon-kde:4 )"
32 + kde-apps/phonon-kde:4"
33 DEPEND="${RDEPEND}"
34
35 src_configure() {
36
37 diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
38 index c39ad64aaba..603463205e2 100644
39 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
40 +++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -23,7 +23,7 @@ RDEPEND="
48 media-libs/libgpod
49 media-libs/liblastfm[fingerprint,qt4(+)]
50 sys-libs/zlib
51 - || ( dev-qt/qtphonon:4 kde-apps/phonon-kde:4 )"
52 + kde-apps/phonon-kde:4"
53 DEPEND="${RDEPEND}"
54
55 PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch )