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 | 427b9848983d3a235d39867d1868496090fbb8ca (patch) | |
tree | 8bd9cca57c20ca09f1b8ff9d6c5e158696bc5c46 /eclass | |
parent | header fix; arm needs deps first (diff) | |
download | historical-427b9848983d3a235d39867d1868496090fbb8ca.tar.gz historical-427b9848983d3a235d39867d1868496090fbb8ca.tar.bz2 historical-427b9848983d3a235d39867d1868496090fbb8ca.zip |
arm isn't ready yet.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cannadic.eclass | 4 | ||||
-rw-r--r-- | eclass/enlightenment.eclass | 4 | ||||
-rw-r--r-- | eclass/freedict.eclass | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index 2d89bd665235..8e013433e42f 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.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/cannadic.eclass,v 1.2 2003/12/29 15:50:08 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.3 2004/02/17 07:36:54 mr_bones_ Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -22,7 +22,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="public-domain" # I added all keywords form /usr/portage/profiles/keyword.desc atm since # cannadic source is basically plain text and will run on any platform -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hpps ~arm ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hpps ~amd64" SLOT="0" S="${WORKDIR}" diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 0b40db6a56ab..775c9e09a2e4 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.12 2004/02/07 05:07:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.13 2004/02/17 07:36:54 mr_bones_ Exp $ # # Author: vapier@gentoo.org @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="nls doc" DEPEND="doc? ( app-doc/doxygen )" 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" |