diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 03:36:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 03:36:15 +0000 |
commit | 1434fc8fc6f21fc52a1511043b142ae30d4a1fd8 (patch) | |
tree | 9c4e59e92981345070a404c4252e1d205dbf760a /eclass | |
parent | Prevent auto* from rerunning... closes bug #70379. (Manifest recommit) (diff) | |
download | gentoo-2-1434fc8fc6f21fc52a1511043b142ae30d4a1fd8.tar.gz gentoo-2-1434fc8fc6f21fc52a1511043b142ae30d4a1fd8.tar.bz2 gentoo-2-1434fc8fc6f21fc52a1511043b142ae30d4a1fd8.zip |
phear mips
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 41cc82c12705..7f1a7dd93deb 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -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/eclass/enlightenment.eclass,v 1.33 2004/11/08 22:07:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.34 2004/11/11 03:36:15 vapier Exp $ # # Author: vapier@gentoo.org @@ -37,8 +37,8 @@ esac LICENSE="BSD" SLOT="0" case ${ECVS_STATE} in - release) KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86";; - snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86";; + release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86";; + snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86";; live) KEYWORDS="-*";; esac IUSE="nls doc" |