diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-12-18 19:21:31 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-12-18 19:21:31 +0000 |
commit | c6fb26f7406dbf908bd42d009c2c0847adc32897 (patch) | |
tree | 082fdcff4ebe96b6a8b768aecf652e2f751bb8e3 /app-dicts | |
parent | Initial commit. (Manifest recommit) (diff) | |
download | gentoo-2-c6fb26f7406dbf908bd42d009c2c0847adc32897.tar.gz gentoo-2-c6fb26f7406dbf908bd42d009c2c0847adc32897.tar.bz2 gentoo-2-c6fb26f7406dbf908bd42d009c2c0847adc32897.zip |
~amd64
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-en/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/aspell-en/aspell-en-6.0.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/aspell-en/ChangeLog b/app-dicts/aspell-en/ChangeLog index ae3e78b4659c..19413a6598c9 100644 --- a/app-dicts/aspell-en/ChangeLog +++ b/app-dicts/aspell-en/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/aspell-en # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-en/ChangeLog,v 1.8 2004/10/05 00:06:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-en/ChangeLog,v 1.9 2004/12/18 19:21:31 blubb Exp $ + + 18 Dec 2004; Simon Stelling <blubb@gentoo.org> aspell-en-6.0.0.ebuild: + added forgotten IUSE="" 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> aspell-en-6.0.0.ebuild: diff --git a/app-dicts/aspell-en/aspell-en-6.0.0.ebuild b/app-dicts/aspell-en/aspell-en-6.0.0.ebuild index 57e2c23f0438..c6ce79b328bd 100644 --- a/app-dicts/aspell-en/aspell-en-6.0.0.ebuild +++ b/app-dicts/aspell-en/aspell-en-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-en/aspell-en-6.0.0.ebuild,v 1.2 2004/10/05 00:06:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-en/aspell-en-6.0.0.ebuild,v 1.3 2004/12/18 19:21:31 blubb Exp $ ASPELL_LANG="English (US, British, Canadian)" @@ -11,3 +11,4 @@ inherit aspell-dict # as this depends on aspell 0.6 we need to change the KEYWORDS KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" |