summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-01-22 14:50:43 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-01-22 14:50:43 +0000
commit855007bd93a2dee2983673f87420c49fc0f874ff (patch)
treea0b776d05c901acd59f6e5742b944f3171c0767a /dev-perl/Text-Aspell
parentStable on IA64. (diff)
downloadgentoo-2-855007bd93a2dee2983673f87420c49fc0f874ff.tar.gz
gentoo-2-855007bd93a2dee2983673f87420c49fc0f874ff.tar.bz2
gentoo-2-855007bd93a2dee2983673f87420c49fc0f874ff.zip
Stable on Alpha + IA64.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r--dev-perl/Text-Aspell/ChangeLog6
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 96db6c6bc2be..6c947cdf70f8 100644
--- a/dev-perl/Text-Aspell/ChangeLog
+++ b/dev-perl/Text-Aspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Text-Aspell
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.27 2007/01/19 16:54:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.28 2007/01/22 14:50:43 kloeri Exp $
+
+ 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
+ Text-Aspell-0.06.ebuild:
+ Stable on Alpha + IA64.
19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
Text-Aspell-0.04.ebuild, Text-Aspell-0.05.ebuild, Text-Aspell-0.06.ebuild:
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild
index 48f6f359defb..92a5db96d7d7 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild,v 1.7 2007/01/19 16:54:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild,v 1.8 2007/01/22 14:50:43 kloeri Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~hank/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc ~x86"
IUSE=""
# Disabling tests for now - see bug #147897 --ian