diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-18 11:46:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-18 11:46:14 +0000 |
commit | 9a8b4f7cb6793df9978ca4a1bdb388e9353c0075 (patch) | |
tree | d3ed9fa1bfc57a1093dfdd15e1be55407e255ac7 /dev-perl/MP3-Info | |
parent | add some more deps (diff) | |
download | gentoo-2-9a8b4f7cb6793df9978ca4a1bdb388e9353c0075.tar.gz gentoo-2-9a8b4f7cb6793df9978ca4a1bdb388e9353c0075.tar.bz2 gentoo-2-9a8b4f7cb6793df9978ca4a1bdb388e9353c0075.zip |
Bug 97082, tested on raq2
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/MP3-Info')
-rw-r--r-- | dev-perl/MP3-Info/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/MP3-Info/ChangeLog b/dev-perl/MP3-Info/ChangeLog index 921adee82e22..b8cea67b81f2 100644 --- a/dev-perl/MP3-Info/ChangeLog +++ b/dev-perl/MP3-Info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/MP3-Info # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.23 2005/05/25 15:10:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/ChangeLog,v 1.24 2005/07/18 11:46:14 mcummings Exp $ + + 18 Jul 2005; Michael Cummings <mcummings@gentoo.org> MP3-Info-1.13.ebuild: + Bug 97082, tested on raq2 25 May 2005; Michael Cummings <mcummings@gentoo.org> MP3-Info-1.02-r1.ebuild: diff --git a/dev-perl/MP3-Info/MP3-Info-1.13.ebuild b/dev-perl/MP3-Info/MP3-Info-1.13.ebuild index 889ffdb4ca42..4bf06388e0f1 100644 --- a/dev-perl/MP3-Info/MP3-Info-1.13.ebuild +++ b/dev-perl/MP3-Info/MP3-Info-1.13.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/dev-perl/MP3-Info/MP3-Info-1.13.ebuild,v 1.1 2005/04/19 12:48:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.13.ebuild,v 1.2 2005/07/18 11:46:14 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~cnandor/${P}.readme" SLOT="0" LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha ~hppa ~ia64" +KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha ~hppa ~ia64 ~mips" IUSE="" SRC_TEST="do" |