diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-10-08 19:48:25 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-10-08 19:48:25 +0000 |
commit | 8360f4d68b79f64754f8efa565e8ee3d3ba3c04e (patch) | |
tree | 8ab48f71001051fa2f03ba8ccd5ad65e05fa7c64 /media-sound/spotify | |
parent | USE-conditional depend on apulse only for multilib soundlibs, bug 524164 comm... (diff) | |
download | gentoo-2-8360f4d68b79f64754f8efa565e8ee3d3ba3c04e.tar.gz gentoo-2-8360f4d68b79f64754f8efa565e8ee3d3ba3c04e.tar.bz2 gentoo-2-8360f4d68b79f64754f8efa565e8ee3d3ba3c04e.zip |
fixing missing use dep on glib for qt stuffs, fixes bug 524478
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.9.11.27-r1.ebuild (renamed from media-sound/spotify/spotify-0.9.11.27.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog index f8e78b6c075b..c5d0addacdc0 100644 --- a/media-sound/spotify/ChangeLog +++ b/media-sound/spotify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/spotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.35 2014/07/25 21:15:19 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.36 2014/10/08 19:48:25 prometheanfire Exp $ + +*spotify-0.9.11.27-r1 (08 Oct 2014) + + 08 Oct 2014; Matthew Thode <prometheanfire@gentoo.org> + +spotify-0.9.11.27-r1.ebuild, -spotify-0.9.11.27.ebuild: + fixing missing use dep on glib for qt stuffs, fixes bug 524478 *spotify-0.9.11.27 (25 Jul 2014) diff --git a/media-sound/spotify/spotify-0.9.11.27.ebuild b/media-sound/spotify/spotify-0.9.11.27-r1.ebuild index 52a027f4448d..31c3c8430151 100644 --- a/media-sound/spotify/spotify-0.9.11.27.ebuild +++ b/media-sound/spotify/spotify-0.9.11.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.11.27.ebuild,v 1.1 2014/07/25 21:15:19 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.11.27-r1.ebuild,v 1.1 2014/10/08 19:48:25 prometheanfire Exp $ EAPI=5 inherit eutils fdo-mime gnome2-utils pax-utils unpacker @@ -34,9 +34,9 @@ RDEPEND="${DEPEND} x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender - dev-qt/qtcore:4[qt3support] + dev-qt/qtcore:4[qt3support,glib] dev-qt/qtdbus:4 - dev-qt/qtgui:4[qt3support] + dev-qt/qtgui:4[qt3support,glib] dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib |