diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
commit | 6b185355c2372146a61fcce7a1f6be34b2020425 (patch) | |
tree | 81921ce7688df9d7dc1ffb758360e19e0694206a /dev-perl/Text-Iconv | |
parent | Version bump." (diff) | |
download | historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.gz historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.bz2 historical-6b185355c2372146a61fcce7a1f6be34b2020425.zip |
Stable on amd64.
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 27740ab16331..9f7c85ea19be 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.14 2004/08/19 14:35:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.15 2004/10/19 08:03:04 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Text-Iconv-1.4.ebuild: + Stable on amd64. 19 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> Text-Iconv-1.4.ebuild: Stable on sparc diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild index 61edcf16a4c7..899133d89ed6 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-2004 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.4 2004/10/04 22:29:38 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.5 2004/10/19 08:03:04 absinthe Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://cpan.org/modules/by-module/Text/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 ~amd64 sparc ppc alpha ia64" +KEYWORDS="x86 amd64 sparc ppc alpha ia64" IUSE="" |