diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 07:36:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 07:36:54 +0000 |
commit | 22ec2a6a65886c1504b75bb49d226a73dfd5c3d1 (patch) | |
tree | 9cbc058174f7e4bf2f415f1818cd270fda00634c /eclass/freedict.eclass | |
parent | header fix; arm needs deps first (Manifest recommit) (diff) | |
download | gentoo-2-22ec2a6a65886c1504b75bb49d226a73dfd5c3d1.tar.gz gentoo-2-22ec2a6a65886c1504b75bb49d226a73dfd5c3d1.tar.bz2 gentoo-2-22ec2a6a65886c1504b75bb49d226a73dfd5c3d1.zip |
arm isn't ready yet.
Diffstat (limited to 'eclass/freedict.eclass')
-rw-r--r-- | eclass/freedict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index 27b4b1067bbd..c5a53cfe9b83 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.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/freedict.eclass,v 1.4 2003/07/22 00:32:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.5 2004/02/17 07:36:54 mr_bones_ Exp $ # Author: Seemant Kulleen <seemant@gentoo.org> # This eclass exists to ease the installation of freedict translation @@ -22,7 +22,7 @@ SRC_URI="http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" newdepend "app-text/dictd" |