diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-19 15:00:03 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-19 15:00:03 +0000 |
commit | 7e00543b5434cec704f717ea07ff8b88048cb1b1 (patch) | |
tree | 43c64277c33d54528020d23d5547f4b029d94002 /dev-perl/Text-CharWidth | |
parent | Added ~ppc (diff) | |
download | gentoo-2-7e00543b5434cec704f717ea07ff8b88048cb1b1.tar.gz gentoo-2-7e00543b5434cec704f717ea07ff8b88048cb1b1.tar.bz2 gentoo-2-7e00543b5434cec704f717ea07ff8b88048cb1b1.zip |
Added ~ppc
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index 1ee3e85e3401..8a121a674528 100644 --- a/dev-perl/Text-CharWidth/ChangeLog +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CharWidth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.8 2006/08/18 01:53:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.9 2006/08/19 15:00:03 dertobi123 Exp $ + + 19 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Text-CharWidth-0.04.ebuild: + Added ~ppc 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> Text-CharWidth-0.04.ebuild: diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index c17ee5a0cd94..b2d9e86f9d1a 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -1,6 +1,6 @@ # 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.9 2006/08/19 14:07:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.10 2006/08/19 15:00:03 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 arm ia64 m68k s390 sh sparc x86" +KEYWORDS="amd64 arm ia64 m68k ~ppc s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" |