diff options
-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" - |