diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-07-02 00:16:48 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-07-02 00:16:48 +0000 |
commit | b2c5f864eedf75672da86f175264654149e5cb43 (patch) | |
tree | e10d426ff01cf47bd440e886c97fc941453fa9c6 /media-libs/tunepimp | |
parent | Stable on mips (diff) | |
download | gentoo-2-b2c5f864eedf75672da86f175264654149e5cb43.tar.gz gentoo-2-b2c5f864eedf75672da86f175264654149e5cb43.tar.bz2 gentoo-2-b2c5f864eedf75672da86f175264654149e5cb43.zip |
Stable on mips
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/tunepimp')
-rw-r--r-- | media-libs/tunepimp/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tunepimp/tunepimp-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tunepimp/ChangeLog b/media-libs/tunepimp/ChangeLog index c6f6d9d6f7a2..5ea6d0a2102a 100644 --- a/media-libs/tunepimp/ChangeLog +++ b/media-libs/tunepimp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tunepimp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/ChangeLog,v 1.24 2005/06/17 20:38:43 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/ChangeLog,v 1.25 2005/07/02 00:16:48 hardave Exp $ + + 02 Jul 2005; Hardave Riar <hardave@gentoo.org> tunepimp-0.3.0.ebuild: + Stable on mips 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> tunepimp-0.3.0-r1.ebuild: diff --git a/media-libs/tunepimp/tunepimp-0.3.0.ebuild b/media-libs/tunepimp/tunepimp-0.3.0.ebuild index 4b12283eaffe..2dd9515f1373 100644 --- a/media-libs/tunepimp/tunepimp-0.3.0.ebuild +++ b/media-libs/tunepimp/tunepimp-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0.ebuild,v 1.22 2005/06/08 13:22:03 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0.ebuild,v 1.23 2005/07/02 00:16:48 hardave Exp $ inherit eutils distutils perl-module @@ -10,7 +10,7 @@ SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/lib${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~mips" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="flac mad vorbis readline python perl" RDEPEND="dev-libs/expat" |