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 | 268813acaffb4c71846ad45031ca7ac5c9802da2 (patch) | |
tree | 0810a62e8ecee4e1e20da81ff48281f40a256994 /dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-268813acaffb4c71846ad45031ca7ac5c9802da2.tar.gz gentoo-2-268813acaffb4c71846ad45031ca7ac5c9802da2.tar.bz2 gentoo-2-268813acaffb4c71846ad45031ca7ac5c9802da2.zip |
arm/s390/sh love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild')
-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" - |