diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:26:03 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:26:03 +0000 |
commit | 1847ff86dcc983bea7a14c233d497c752e213294 (patch) | |
tree | 2fb25bc8078fc6a1a9b50245cb1e3c05c7ad1a0c /media-sound | |
parent | Properly fix qtgui/qtdbus deps wrt bug 484174. Prune 1.2 (old) and 9999 (brok... (diff) | |
download | gentoo-2-1847ff86dcc983bea7a14c233d497c752e213294.tar.gz gentoo-2-1847ff86dcc983bea7a14c233d497c752e213294.tar.bz2 gentoo-2-1847ff86dcc983bea7a14c233d497c752e213294.zip |
Properly fix qtgui/qtdbus deps wrt bug 484176.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index b454904dd8af..58a823a9c9e4 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.99 2013/07/18 22:09:07 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.100 2013/10/01 21:26:03 pesa Exp $ + + 01 Oct 2013; Davide Pesavento <pesa@gentoo.org> qmpdclient-1.2.2-r1.ebuild: + Properly fix qtgui/qtdbus deps wrt bug 484176. 18 Jul 2013; Chris Reffett <creffett@gentoo.org> qmpdclient-1.2.2-r1.ebuild: Convert base_src_prepare to cmake-utils_src_prepare, bug 477232. diff --git a/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild b/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild index 8e80a4d8f04f..24bf8055ab2a 100644 --- a/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.2.2-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/qmpdclient/qmpdclient-1.2.2-r1.ebuild,v 1.7 2013/07/18 22:09:07 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild,v 1.8 2013/10/01 21:26:03 pesa Exp $ EAPI=4 inherit fdo-mime cmake-utils @@ -15,7 +15,8 @@ KEYWORDS="" KEYWORDS="amd64 ppc x86" IUSE="debug" -DEPEND="dev-qt/qtgui:4[dbus(+)] +DEPEND="dev-qt/qtdbus:4 + dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtxmlpatterns:4" RDEPEND="${DEPEND}" |