diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-15 11:21:37 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-15 11:21:37 +0000 |
commit | 1ed56a9b600fc8982d7bcd4b273e56908eb76fc8 (patch) | |
tree | b7d9026ec001f5d9bc5c6a4a71bdd43383a78710 /media-libs | |
parent | Fix build with asneeded, thanks to Daniel Lin <dtlin@andrew.cmu.edu>, bug #17... (diff) | |
download | gentoo-2-1ed56a9b600fc8982d7bcd4b273e56908eb76fc8.tar.gz gentoo-2-1ed56a9b600fc8982d7bcd4b273e56908eb76fc8.tar.bz2 gentoo-2-1ed56a9b600fc8982d7bcd4b273e56908eb76fc8.zip |
Stable on ppc wrt bug 174098
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libmpd/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libmpd/libmpd-0.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libmpd/ChangeLog b/media-libs/libmpd/ChangeLog index 744c19c01f56..6d9837417273 100644 --- a/media-libs/libmpd/ChangeLog +++ b/media-libs/libmpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.16 2007/04/11 07:32:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.17 2007/04/15 11:21:37 nixnut Exp $ + + 15 Apr 2007; nixnut <nixnut@gentoo.org> libmpd-0.13.0.ebuild: + Stable on ppc wrt bug 174098 11 Apr 2007; Peter Weller <welp@gentoo.org> libmpd-0.13.0.ebuild: Stable on amd64 wrt bug 174098 diff --git a/media-libs/libmpd/libmpd-0.13.0.ebuild b/media-libs/libmpd/libmpd-0.13.0.ebuild index 15d20a940985..b5e6b3da33d8 100644 --- a/media-libs/libmpd/libmpd-0.13.0.ebuild +++ b/media-libs/libmpd/libmpd-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.13.0.ebuild,v 1.3 2007/04/11 07:32:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.13.0.ebuild,v 1.4 2007/04/15 11:21:37 nixnut Exp $ DESCRIPTION="A library handling connection to a MPD server." HOMEPAGE="http://sarine.nl/libmpd" @@ -8,7 +8,7 @@ SRC_URI="http://download.sarine.nl/gmpc-0.14.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="" src_compile() { |