diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:04:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:04:03 +0000 |
commit | cb9a17c55e29152d67e7a8bd1db226a66297cded (patch) | |
tree | a0c86bf4cafcf11a856cb27179424add37e4030b /media-sound/spotify | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-cb9a17c55e29152d67e7a8bd1db226a66297cded.tar.gz gentoo-2-cb9a17c55e29152d67e7a8bd1db226a66297cded.tar.bz2 gentoo-2-cb9a17c55e29152d67e7a8bd1db226a66297cded.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.8.323-r1.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog index 2af8b94e321c..9dad068f72dd 100644 --- a/media-sound/spotify/ChangeLog +++ b/media-sound/spotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/spotify # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.12 2013/02/28 19:03:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.13 2013/03/02 22:04:03 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + spotify-0.8.8.323-r1.ebuild: + Move Qt dependencies to the new category 28 Feb 2013; Matthew Thode <prometheanfire@gentoo.org> -spotify-0.8.8.323.ebuild, spotify-0.8.8.323-r1.ebuild: diff --git a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild b/media-sound/spotify/spotify-0.8.8.323-r1.ebuild index fbf090d84dc0..ec8a272deb46 100644 --- a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild +++ b/media-sound/spotify/spotify-0.8.8.323-r1.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/spotify/spotify-0.8.8.323-r1.ebuild,v 1.5 2013/02/28 19:03:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.6 2013/03/02 22:04:03 hwoarang Exp $ EAPI=4 inherit eutils pax-utils @@ -33,10 +33,10 @@ RDEPEND="${DEPEND} x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 - x11-libs/qt-webkit:4 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib media-libs/fontconfig |