diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-16 12:23:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-16 12:23:35 +0000 |
commit | 201cfdfe77761efc91601e0afcc3a1fe1a67d956 (patch) | |
tree | 2681aae3e6aa014d24e701ee5261cd8188ae3bab /media-sound | |
parent | Add ~x86-fbsd. #494418 (diff) | |
download | gentoo-2-201cfdfe77761efc91601e0afcc3a1fe1a67d956.tar.gz gentoo-2-201cfdfe77761efc91601e0afcc3a1fe1a67d956.tar.bz2 gentoo-2-201cfdfe77761efc91601e0afcc3a1fe1a67d956.zip |
media-sound/lastfm-desktop: Add missing USE dep
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lastfm-desktop/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lastfm-desktop/ChangeLog b/media-sound/lastfm-desktop/ChangeLog index 147e8f7dccd7..4cbd247cd97f 100644 --- a/media-sound/lastfm-desktop/ChangeLog +++ b/media-sound/lastfm-desktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lastfm-desktop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/ChangeLog,v 1.2 2013/10/08 12:51:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/ChangeLog,v 1.3 2013/12/16 12:23:35 jlec Exp $ + + 16 Dec 2013; Justin Lecher <jlec@gentoo.org> lastfm-desktop-2.1.36.ebuild: + Add missing USE dep *lastfm-desktop-2.1.36 (08 Oct 2013) 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 fe667d7f3428..48044de17f48 100644 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild +++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.1 2013/10/08 12:51:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.2 2013/12/16 12:23:35 jlec Exp $ EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" dev-qt/qtsql:4 dev-qt/qtwebkit:4 media-libs/libgpod - media-libs/liblastfm + media-libs/liblastfm[fingerprint] sys-libs/zlib || ( dev-qt/qtphonon:4 kde-base/phonon-kde:4 )" DEPEND="${RDEPEND}" |