diff options
author | 2010-10-20 10:07:43 +0000 | |
---|---|---|
committer | 2010-10-20 10:07:43 +0000 | |
commit | c8f0f3c381f3eedf7b274c35e2b711dfd0b296a8 (patch) | |
tree | f61a35255d8bc7aa2ac4b2ba45ca69f8084a4045 | |
parent | Stable on amd64 wrt bug #341417 (diff) | |
download | gentoo-2-c8f0f3c381f3eedf7b274c35e2b711dfd0b296a8.tar.gz gentoo-2-c8f0f3c381f3eedf7b274c35e2b711dfd0b296a8.tar.bz2 gentoo-2-c8f0f3c381f3eedf7b274c35e2b711dfd0b296a8.zip |
stable x86, bug 340759
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index d55a646c62cc..7aa2ab233656 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.69 2010/10/15 18:58:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.70 2010/10/20 10:07:43 fauli Exp $ + + 20 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + qmpdclient-1.1.3.ebuild: + stable x86, bug 340759 15 Oct 2010; Brent Baude <ranger@gentoo.org> qmpdclient-1.1.3.ebuild: stable ppc, bug 340759 diff --git a/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild b/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild index 808b71a46690..4a77add734a0 100644 --- a/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild,v 1.3 2010/10/15 18:58:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.3.ebuild,v 1.4 2010/10/20 10:07:43 fauli Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~sparc ~x86" +KEYWORDS="amd64 ~hppa ppc ~sparc x86" IUSE="debug dbus" DEPEND="x11-libs/qt-gui:4[dbus?]" |