diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-02 17:09:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-02 17:09:48 +0000 |
commit | 9819ae561dbabb28f206e6aa992d14afb1ecd657 (patch) | |
tree | c5bb3d9da7d076209a97f91dffc1e592ccf15911 /media-sound/qmpdclient | |
parent | Only restrict Python 3.2. (diff) | |
download | gentoo-2-9819ae561dbabb28f206e6aa992d14afb1ecd657.tar.gz gentoo-2-9819ae561dbabb28f206e6aa992d14afb1ecd657.tar.bz2 gentoo-2-9819ae561dbabb28f206e6aa992d14afb1ecd657.zip |
Stable on amd64 wrt bug #299317
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.1.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 34b03ed94d72..25acfb603031 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmpdclient -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.57 2009/11/08 16:53:11 hwoarang Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.58 2010/01/02 17:09:48 hwoarang Exp $ + + 02 Jan 2010; Markos Chandras <hwoarang@gentoo.org> + qmpdclient-1.1.2.ebuild: + Stable on amd64 wrt bug #299317 *qmpdclient-1.1.2 (08 Nov 2009) diff --git a/media-sound/qmpdclient/qmpdclient-1.1.2.ebuild b/media-sound/qmpdclient/qmpdclient-1.1.2.ebuild index 52508bd501e3..d0aa07be0f0e 100644 --- a/media-sound/qmpdclient/qmpdclient-1.1.2.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.2.ebuild,v 1.1 2009/11/08 16:53:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.2.ebuild,v 1.2 2010/01/02 17:09:48 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://dump.bitcheese.net/files/dedycec/${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?,debug?]" |