From: Bryan Østergaard Date: Mon, 22 Jan 2007 14:50:43 +0000 (+0000) Subject: Stable on Alpha + IA64. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=baba56accab763736846542603b7745b890b58d5;p=gentoo.git Stable on Alpha + IA64. Package-Manager: portage-2.1.2-r2 --- 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 + Text-Aspell-0.06.ebuild: + Stable on Alpha + IA64. 19 Jan 2007; Michael Cummings 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