diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-20 07:36:01 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-20 07:36:01 +0000 |
commit | a2bc87dcfb465117fb9055c96e8f1db8d1062977 (patch) | |
tree | 1cebbaf0c752eab5757ee9b6624562cfbbc41002 /media-sound/qmpdclient | |
parent | Fixed base URL of language files. Fixed Manifest, bug #206839. (diff) | |
download | gentoo-2-a2bc87dcfb465117fb9055c96e8f1db8d1062977.tar.gz gentoo-2-a2bc87dcfb465117fb9055c96e8f1db8d1062977.tar.bz2 gentoo-2-a2bc87dcfb465117fb9055c96e8f1db8d1062977.zip |
stable x86, bug 210526
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 4c98285d623f..ee4cfe69bf2b 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2008/02/19 17:16:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.22 2008/02/20 07:36:01 opfer Exp $ + + 20 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + qmpdclient-1.0.8.ebuild: + stable x86, bug 210526 19 Feb 2008; nixnut <nixnut@gentoo.org> qmpdclient-1.0.8.ebuild: Stable on ppc wrt bug 210526 diff --git a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild index 3b741d583264..6e8dc9e54fdb 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.8.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.8.ebuild,v 1.6 2008/02/19 17:16:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.7 2008/02/20 07:36:01 opfer Exp $ inherit eutils multilib qt4 toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://havtknut.tihlde.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ppc ~x86" +KEYWORDS="~amd64 hppa ppc x86" IUSE="" DEPEND="$(qt4_min_version 4.2)" |