diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:10 +0000 |
commit | 91d73b7b13043b3913a64ed485047c24d967bb66 (patch) | |
tree | ac0e4f3ef9bdc33fc423b6460c47812aafce46ec /dev-perl/Text-WrapI18N | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-91d73b7b13043b3913a64ed485047c24d967bb66.tar.gz historical-91d73b7b13043b3913a64ed485047c24d967bb66.tar.bz2 historical-91d73b7b13043b3913a64ed485047c24d967bb66.zip |
arm/s390/sh love
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'dev-perl/Text-WrapI18N')
-rw-r--r-- | dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild index feba313f3750..83963c12728d 100644 --- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild +++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.9 2006/08/18 01:56:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.10 2006/08/19 14:07:10 vapier Exp $ inherit perl-module DESCRIPTION="Line wrapping with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words" -SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~kubota/${P}/" +SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 sparc x86" +SLOT="0" +KEYWORDS="amd64 arm ia64 m68k s390 sh sparc x86" +IUSE="" DEPEND="dev-perl/Text-CharWidth dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" SRC_TEST="do" - |