diff options
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 2cde01f548a8..feb63fd74986 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.30 2008/07/16 20:17:17 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.31 2008/07/21 17:25:19 nixnut Exp $ + + 21 Jul 2008; nixnut <nixnut@gentoo.org> qmpdclient-1.0.9.ebuild: + Stable on ppc wrt bug 232002 16 Jul 2008; Ben de Groot <yngwin@gentoo.org> metadata.xml, qmpdclient-1.0.8.ebuild, qmpdclient-1.0.8-r1.ebuild, diff --git a/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild index 7959d3468579..004f8d9dbe7c 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild,v 1.2 2008/07/16 20:17:17 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.9.ebuild,v 1.3 2008/07/21 17:25:19 nixnut Exp $ EAPI=1 inherit eutils multilib qt4 toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://havtknut.tihlde.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ppc ~sparc ~x86" IUSE="" DEPEND="|| ( =x11-libs/qt-4.3* x11-libs/qt-gui:4 )" |