diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:05 +0000 |
commit | a6782a5b3469f4916e09e9326b6179ec7bdcea3f (patch) | |
tree | b9f3613de25ee81e6b077614735348f85444a123 /dev-perl/Text-CharWidth | |
parent | arm/ia64/s390/sh stable (diff) | |
download | gentoo-2-a6782a5b3469f4916e09e9326b6179ec7bdcea3f.tar.gz gentoo-2-a6782a5b3469f4916e09e9326b6179ec7bdcea3f.tar.bz2 gentoo-2-a6782a5b3469f4916e09e9326b6179ec7bdcea3f.zip |
arm/s390/sh love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index 34516ef9b6d7..c17ee5a0cd94 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.8 2006/08/18 01:53:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.9 2006/08/19 14:07:05 vapier Exp $ inherit perl-module DESCRIPTION="Get number of occupied columns of a string on terminal" -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-lang/perl" RDEPEND="${DEPEND}" -IUSE="" SRC_TEST="do" - - |