diff options
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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Iconv/ChangeLog b/dev-perl/Text-Iconv/ChangeLog index 13963848f69c..288b53339079 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.30 2008/01/13 21:55:04 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.31 2008/02/05 10:31:07 corsair Exp $ + + 05 Feb 2008; Markus Rothe <corsair@gentoo.org> Text-Iconv-1.7.ebuild: + Stable on ppc64 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> Text-Iconv-1.7.ebuild: diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild index f3c105486881..bf91bbb57b3e 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.7.ebuild,v 1.5 2008/01/13 21:55:04 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild,v 1.6 2008/02/05 10:31:07 corsair 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 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl" |