diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
commit | c6775d897410b728cedd88a1ee51d8539b810717 (patch) | |
tree | 993b0867fb06f7fa2af06c683266341fd52e6c85 /dev-perl/Text-Aspell | |
parent | Enable resample functionality. (diff) | |
download | historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.gz historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.bz2 historical-c6775d897410b728cedd88a1ee51d8539b810717.zip |
Stable on x86, bug #169152.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 6c947cdf70f8..86680c13dfbe 100644 --- a/dev-perl/Text-Aspell/ChangeLog +++ b/dev-perl/Text-Aspell/ChangeLog @@ -1,6 +1,9 @@ # 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.28 2007/01/22 14:50:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.29 2007/03/05 12:32:43 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Text-Aspell-0.06.ebuild: + Stable on x86, bug #169152. 22 Jan 2007; Bryan Ăstergaard <kloeri@gentoo.org> 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 92a5db96d7d7..91f09f62b368 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.8 2007/01/22 14:50:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild,v 1.9 2007/03/05 12:32:43 ticho 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 |