diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-06 14:38:13 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-06 14:38:13 +0000 |
commit | 782dfe4932874d3e3d88a7310c9c295c13ff4b36 (patch) | |
tree | b9fc4faa778bba7ef991a8a39c100fb435901c65 /dev-perl | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | gentoo-2-782dfe4932874d3e3d88a7310c9c295c13ff4b36.tar.gz gentoo-2-782dfe4932874d3e3d88a7310c9c295c13ff4b36.tar.bz2 gentoo-2-782dfe4932874d3e3d88a7310c9c295c13ff4b36.zip |
Added to ~hppa.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-perl')
-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 3476cf273118..3a543ee070d3 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.19 2005/04/29 15:08:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/ChangeLog,v 1.20 2005/05/06 14:38:13 hansmi Exp $ + + 06 May 2005; Michael Hanselmann <hansmi@gentoo.org> Text-Iconv-1.4.ebuild: + Added to ~hppa. 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -Text-Iconv-1.2.ebuild, -Text-Iconv-1.2-r1.ebuild, 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 1bd483f4ce79..a322341fa437 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-2005 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.8 2005/04/29 15:08:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Iconv/Text-Iconv-1.4.ebuild,v 1.9 2005/05/06 14:38:13 hansmi Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="mirror://cpan/authors/id/M/MP/MPIOTR/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 amd64 sparc ppc alpha ia64 ppc64" +KEYWORDS="x86 amd64 sparc ppc alpha ia64 ppc64 ~hppa" IUSE="" |