diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 09:06:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 09:06:09 +0000 |
commit | 272dc6a4be025aa12df082ff11149635deb7a681 (patch) | |
tree | fd396474249be2bbfb5c12d397bac2807a1a0666 /dev-perl/Text-Iconv | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-272dc6a4be025aa12df082ff11149635deb7a681.tar.gz gentoo-2-272dc6a4be025aa12df082ff11149635deb7a681.tar.bz2 gentoo-2-272dc6a4be025aa12df082ff11149635deb7a681.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
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 288b53339079..02bef080e5f1 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.31 2008/02/05 10:31:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.32 2008/03/28 09:06:09 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Text-Iconv-1.7.ebuild: + Stable for HPPA too. 05 Feb 2008; Markus Rothe <corsair@gentoo.org> Text-Iconv-1.7.ebuild: Stable on ppc64 diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild index bf91bbb57b3e..041350f82d8d 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.6 2008/02/05 10:31:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.7.ebuild,v 1.7 2008/03/28 09:06:09 jer 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" |