diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 20:11:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 20:11:14 +0000 |
commit | ec0148163fb0e517495c31a23ab748b36bce653e (patch) | |
tree | 45d2d1a18c749866355ee90c30a163f7dd0b1123 /dev-perl/Text-CharWidth | |
parent | Cleaning up old ebuilds (diff) | |
download | gentoo-2-ec0148163fb0e517495c31a23ab748b36bce653e.tar.gz gentoo-2-ec0148163fb0e517495c31a23ab748b36bce653e.tar.bz2 gentoo-2-ec0148163fb0e517495c31a23ab748b36bce653e.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
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 b4f92d6281d8..8cd465b85f57 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.11 2006/10/11 12:00:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.12 2006/10/20 20:11:14 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Text-CharWidth-0.04.ebuild: + Stable on Alpha. 11 Oct 2006; Jeroen Roovers <jer@gentoo.org> Text-CharWidth-0.04.ebuild: Marked ~hppa (bug #144414). diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index 250f5a132731..96da437a53bf 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.12 2006/10/11 12:00:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.13 2006/10/20 20:11:14 kloeri 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 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~ppc s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" |