diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:34:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:34:13 +0000 |
commit | b7ce34d5d55d31da97b04b752c1cbf70d1cc8e59 (patch) | |
tree | b8d3192699a9b533b68a44cdce9e55711c452930 /app-text/spellutils | |
parent | Oops, bug fix #42071 (Manifest recommit) (diff) | |
download | gentoo-2-b7ce34d5d55d31da97b04b752c1cbf70d1cc8e59.tar.gz gentoo-2-b7ce34d5d55d31da97b04b752c1cbf70d1cc8e59.tar.bz2 gentoo-2-b7ce34d5d55d31da97b04b752c1cbf70d1cc8e59.zip |
header fix; arm needs deps first
Diffstat (limited to 'app-text/spellutils')
-rw-r--r-- | app-text/spellutils/spellutils-0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild index c704f2d5bf4c..d01c19271dd0 100644 --- a/app-text/spellutils/spellutils-0.7.ebuild +++ b/app-text/spellutils/spellutils-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/spellutils-0.7.ebuild,v 1.2 2003/07/11 20:35:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/spellutils-0.7.ebuild,v 1.3 2004/02/22 07:29:42 mr_bones_ Exp $ IUSE="nls" @@ -10,7 +10,7 @@ SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="virtual/glibc" |