diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:16:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:16:57 +0000 |
commit | 197c4ef91eb21b496a2a494aee63ba57297089c0 (patch) | |
tree | aeb36d3d8bb3444126c52566a1f4e928d4823b2e /dev-perl/Text-CharWidth | |
parent | Version Bump. (diff) | |
download | historical-197c4ef91eb21b496a2a494aee63ba57297089c0.tar.gz historical-197c4ef91eb21b496a2a494aee63ba57297089c0.tar.bz2 historical-197c4ef91eb21b496a2a494aee63ba57297089c0.zip |
Marking amd64 stable
Package-Manager: portage-2.1.1_pre3-r1
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 f87eba1b1e89..1ee3e85e3401 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.7 2006/08/06 00:21:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.8 2006/08/18 01:53:42 mcummings Exp $ + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Text-CharWidth-0.04.ebuild: + Marking amd64 stable 06 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 6928d108b831..34516ef9b6d7 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.7 2006/08/06 00:21:55 mcummings Exp $ +# $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 $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~kubota/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ia64 sparc x86" +KEYWORDS="amd64 ia64 sparc x86" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" |