diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-10 19:49:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-10 19:49:31 +0000 |
commit | 04702619f399f4b750357082a94ebf370cca21f9 (patch) | |
tree | 1afd647ec4fd5c31747153b7acabfd2018d1a970 /eclass | |
parent | Stable on sparc wrt #71953 (Manifest recommit) (diff) | |
download | gentoo-2-04702619f399f4b750357082a94ebf370cca21f9.tar.gz gentoo-2-04702619f399f4b750357082a94ebf370cca21f9.tar.bz2 gentoo-2-04702619f399f4b750357082a94ebf370cca21f9.zip |
ppc64 support
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index db58d29277d6..83298e897aab 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.39 2005/01/08 08:54:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.40 2005/01/10 19:49:31 vapier Exp $ # # Author: vapier@gentoo.org @@ -39,8 +39,8 @@ esac LICENSE="BSD" SLOT="0" case ${ECVS_STATE} in - release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86";; - snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86";; + release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86";; + snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86";; live) KEYWORDS="-*";; esac IUSE="nls doc" |