diff options
author | 2007-12-06 16:51:45 +0000 | |
---|---|---|
committer | 2007-12-06 16:51:45 +0000 | |
commit | 50f61fd0eceb0886a9739df9dec1627cd391c3f3 (patch) | |
tree | deb307c995eba426254eb685f24a5c9997411255 /dev-perl | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-50f61fd0eceb0886a9739df9dec1627cd391c3f3.tar.gz gentoo-2-50f61fd0eceb0886a9739df9dec1627cd391c3f3.tar.bz2 gentoo-2-50f61fd0eceb0886a9739df9dec1627cd391c3f3.zip |
alpha/ia64/sparc/x86 stable
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 7d8b675c110e..18f2d5a259a3 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.36 2007/11/10 15:00:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.37 2007/12/06 16:51:45 armin76 Exp $ + + 06 Dec 2007; Raúl Porcel <armin76@gentoo.org> Text-Aspell-0.09.ebuild: + alpha/ia64/sparc/x86 stable 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Text-Aspell-0.08.ebuild: amd64 stable diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.09.ebuild index 42a3ca967184..bfef408f4f39 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.1 2007/10/19 20:34:38 ian Exp $ +# $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 $ 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 |