summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-02-12 02:17:54 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-02-12 02:17:54 +0000
commit5b0118e64e4028736ac4fabf268b51fce96ad71e (patch)
tree7fd40eee0bf9ede47543027859672785c935f21d /media-libs/libmpd
parentMake cddb an useflag so that people can decide whether to use it or not, allo... (diff)
downloadgentoo-2-5b0118e64e4028736ac4fabf268b51fce96ad71e.tar.gz
gentoo-2-5b0118e64e4028736ac4fabf268b51fce96ad71e.tar.bz2
gentoo-2-5b0118e64e4028736ac4fabf268b51fce96ad71e.zip
Stable on amd64.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs/libmpd')
-rw-r--r--media-libs/libmpd/ChangeLog7
-rw-r--r--media-libs/libmpd/libmpd-0.01.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libmpd/ChangeLog b/media-libs/libmpd/ChangeLog
index e7c384bb57c1..d9b14fbff525 100644
--- a/media-libs/libmpd/ChangeLog
+++ b/media-libs/libmpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libmpd
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.7 2005/11/11 23:23:56 hansmi Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/ChangeLog,v 1.8 2006/02/12 02:16:52 metalgod Exp $
+
+ 12 Feb 2006; Luis Medinas <metalgod@gentoo.org> libmpd-0.01.ebuild:
+ Stable on amd64.
11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> libmpd-0.01.ebuild:
Stable on ppc.
diff --git a/media-libs/libmpd/libmpd-0.01.ebuild b/media-libs/libmpd/libmpd-0.01.ebuild
index 9aae09b3d4bc..a90a2a212511 100644
--- a/media-libs/libmpd/libmpd-0.01.ebuild
+++ b/media-libs/libmpd/libmpd-0.01.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.01.ebuild,v 1.7 2005/11/11 23:23:56 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpd/libmpd-0.01.ebuild,v 1.8 2006/02/12 02:16:52 metalgod Exp $
DESCRIPTION="A library handling connection to a MPD server."
HOMEPAGE="http://www.qballcow.nl/libmpd/"
@@ -8,7 +8,7 @@ SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0.01"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="virtual/libc
sys-devel/libtool"