diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 08:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 08:31:05 +0000 |
commit | 23352dcba67ec87e0abfe9f3bda744ecbca44a78 (patch) | |
tree | 74da108cb16315a366fabf7a2f8cc6f233732b75 /eclass | |
parent | header fix; mipa and arm need deps first (diff) | |
download | historical-23352dcba67ec87e0abfe9f3bda744ecbca44a78.tar.gz historical-23352dcba67ec87e0abfe9f3bda744ecbca44a78.tar.bz2 historical-23352dcba67ec87e0abfe9f3bda744ecbca44a78.zip |
marked ~mips until deps are stable
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 90306cb7e412..78344fe870ce 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.22 2004/02/17 07:26:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.23 2004/02/17 08:31:05 mr_bones_ Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -24,7 +24,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" RDEPEND=">=app-text/aspell-0.50" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa amd64 ia64" +KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64 ia64" PROVIDE="virtual/aspell-dict" |