diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-09-04 00:38:45 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-09-04 00:38:45 +0000 |
commit | df6a0d21f2256c88668a4e27e2ddc5a166dcf0b8 (patch) | |
tree | 97b3c770651dd7663296df0aa55d559af760785d /dev-perl/Text-Iconv | |
parent | dont force test anymore, seems to be sane (diff) | |
download | historical-df6a0d21f2256c88668a4e27e2ddc5a166dcf0b8.tar.gz historical-df6a0d21f2256c88668a4e27e2ddc5a166dcf0b8.tar.bz2 historical-df6a0d21f2256c88668a4e27e2ddc5a166dcf0b8.zip |
Marked stable on mips.
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index 9bdd52438cbb..d8aa6e826034 100644 --- a/dev-perl/Text-Iconv/ChangeLog +++ b/dev-perl/Text-Iconv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Iconv # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.24 2006/08/06 00:26:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.25 2006/09/04 00:34:19 kumba Exp $ + + 04 Sep 2006; Joshua Kinard <kumba@gentoo.org> Text-Iconv-1.4.ebuild: + Marked stable on mips. 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Text-Iconv-1.4.ebuild: diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild index 6d69ad90d13f..3171628de755 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.13 2006/08/06 00:26:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.14 2006/09/04 00:34:19 kumba Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MP/MPIOTR/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" |