diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:02:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:02:39 +0000 |
commit | 9e19a421ba8a86eda17d99954a67c9de0005bc55 (patch) | |
tree | bbdea05b6ecfa4aae36084c72b1f039d80cb7f33 /media-sound/qtscrobbler | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-9e19a421ba8a86eda17d99954a67c9de0005bc55.tar.gz gentoo-2-9e19a421ba8a86eda17d99954a67c9de0005bc55.tar.bz2 gentoo-2-9e19a421ba8a86eda17d99954a67c9de0005bc55.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/qtscrobbler')
-rw-r--r-- | media-sound/qtscrobbler/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qtscrobbler/qtscrobbler-0.10.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/qtscrobbler/ChangeLog b/media-sound/qtscrobbler/ChangeLog index 82566c69ff42..63044a7f2b6e 100644 --- a/media-sound/qtscrobbler/ChangeLog +++ b/media-sound/qtscrobbler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qtscrobbler -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.10 2012/05/24 03:02:06 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.11 2013/03/02 22:02:39 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtscrobbler-0.10.ebuild: + Move Qt dependencies to the new category 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> qtscrobbler-0.10.ebuild, +files/qtscrobbler-0.10-free.patch: @@ -48,4 +51,3 @@ 31 May 2008; Ben de Groot <yngwin@gentoo.org> +qtscrobbler-0.8.ebuild: Initial import. Ebuild based on the one in ephemeral overlay. Fixes bug 182135. - diff --git a/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild index 0aaa56c98f14..1545d3295214 100644 --- a/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild +++ b/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild,v 1.6 2012/05/24 03:02:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.10.ebuild,v 1.7 2013/03/02 22:02:39 hwoarang Exp $ EAPI=4 inherit eutils gnome2-utils qt4-r2 toolchain-funcs @@ -19,7 +19,7 @@ IUSE="cli +qt4" RDEPEND=">=media-libs/libmtp-1.1.0 net-misc/curl - x11-libs/qt-gui:4" + dev-qt/qtgui:4" DEPEND="${RDEPEND} virtual/pkgconfig" |