summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-12-17 19:19:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-12-17 19:19:46 +0000
commitde00051c8a6a840b1b9a565ae6880487c3e1b53d (patch)
tree44ac23a1cd979617902801c9197878cdb9a6cdb5 /dev-perl/Text-Aspell
parentDon't strip files, fix man install, respect CFLAGS, bug #152257, version bump... (diff)
downloadhistorical-de00051c8a6a840b1b9a565ae6880487c3e1b53d.tar.gz
historical-de00051c8a6a840b1b9a565ae6880487c3e1b53d.tar.bz2
historical-de00051c8a6a840b1b9a565ae6880487c3e1b53d.zip
amd64 stable
Package-Manager: portage-2.1.4_rc10
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.09.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog
index 18f2d5a259a3..ffc83c5f154b 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.37 2007/12/06 16:51:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.38 2007/12/17 19:07:42 drac Exp $
+
+ 17 Dec 2007; Samuli Suominen <drac@gentoo.org> Text-Aspell-0.09.ebuild:
+ amd64 stable
06 Dec 2007; Raúl Porcel <armin76@gentoo.org> Text-Aspell-0.09.ebuild:
alpha/ia64/sparc/x86 stable
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild
index bfef408f4f39..62be41676f82 100644
--- a/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild
+++ b/dev-perl/Text-Aspell/Text-Aspell-0.09.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.09.ebuild,v 1.2 2007/12/06 16:51:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild,v 1.3 2007/12/17 19:07:42 drac 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