summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-07-14 13:35:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-07-14 13:35:37 +0000
commit3a9d13aa8911a9cd776d6d95b836d6e09242e84f (patch)
tree2e0a6b369f3eddf984fd58e16597858760378607 /dev-perl/Text-Aspell
parentbuild in a clean environment to work around bug 174702 (diff)
downloadgentoo-2-3a9d13aa8911a9cd776d6d95b836d6e09242e84f.tar.gz
gentoo-2-3a9d13aa8911a9cd776d6d95b836d6e09242e84f.tar.bz2
gentoo-2-3a9d13aa8911a9cd776d6d95b836d6e09242e84f.zip
alpha/ia64/x86 stable
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r--dev-perl/Text-Aspell/ChangeLog5
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 67cedd43a4ae..6ee735f76d57 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.32 2007/06/21 17:53:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.33 2007/07/14 13:35:37 armin76 Exp $
+
+ 14 Jul 2007; Raúl Porcel <armin76@gentoo.org> Text-Aspell-0.08.ebuild:
+ alpha/ia64/x86 stable
21 Jun 2007; Michael Cummings <mcummings@gentoo.org>
Text-Aspell-0.08.ebuild:
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild
index eb9dc2e4a781..ebd23ed118ca 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.08.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.08.ebuild,v 1.2 2007/06/21 17:53:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild,v 1.3 2007/07/14 13:35:37 armin76 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