commit: 56297e759ab6def9b168a0c2dbad503bb1924d3d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:57:50 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 14:05:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56297e75
media-sound/lastfm-desktop: remove dev-qt/qtphonon dependency
Gentoo-bug: 629144
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild | 4 ++--
media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
index bc6a14c32b4..aad97460448 100644
--- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
+++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="
media-libs/libgpod
>=media-libs/liblastfm-1.0.6[fingerprint,qt4(+)]
sys-libs/zlib
- || ( dev-qt/qtphonon:4 kde-apps/phonon-kde:4 )"
+ kde-apps/phonon-kde:4"
DEPEND="${RDEPEND}"
src_configure() {
diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
index c39ad64aaba..603463205e2 100644
--- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
+++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="
media-libs/libgpod
media-libs/liblastfm[fingerprint,qt4(+)]
sys-libs/zlib
- || ( dev-qt/qtphonon:4 kde-apps/phonon-kde:4 )"
+ kde-apps/phonon-kde:4"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch )