diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-07 20:13:05 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-07 20:13:05 +0000 |
commit | 9fa60395c7606dfe99a37d74ecc6856f8b9dc87b (patch) | |
tree | c24abf2dd5ee74645b30547b8837762ea07b0e1f /dev-perl/Text-CharWidth | |
parent | Stable on amd64 wrt bug #350862 (diff) | |
download | gentoo-2-9fa60395c7606dfe99a37d74ecc6856f8b9dc87b.tar.gz gentoo-2-9fa60395c7606dfe99a37d74ecc6856f8b9dc87b.tar.bz2 gentoo-2-9fa60395c7606dfe99a37d74ecc6856f8b9dc87b.zip |
ppc64 stable wrt #350877
(Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index b00fedc0f009..725107669cd1 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.17 2010/01/14 15:21:07 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.18 2011/01/07 20:13:05 xarthisius Exp $ + + 07 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> + Text-CharWidth-0.04.ebuild: + ppc64 stable wrt #350877 14 Jan 2010; Fabian Groffen <grobian@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 158c2e4b8b6f..0aaa2be0b1e0 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.18 2010/01/14 15:21:07 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.19 2011/01/07 20:13:05 xarthisius 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="alpha amd64 arm hppa ia64 m68k ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |