diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 11:45:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 11:45:54 +0000 |
commit | 3b7e2752f67e451cc541ac066cec873d13582d26 (patch) | |
tree | 297cd3acf8cb2c84ee733c20319f86730413b372 /eclass/enlightenment.eclass | |
parent | sh love (diff) | |
download | gentoo-2-3b7e2752f67e451cc541ac066cec873d13582d26.tar.gz gentoo-2-3b7e2752f67e451cc541ac066cec873d13582d26.tar.bz2 gentoo-2-3b7e2752f67e451cc541ac066cec873d13582d26.zip |
sh love
Diffstat (limited to 'eclass/enlightenment.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 e74a99d65f45..8f8882423f25 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # 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.58 2005/12/17 02:07:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.59 2005/12/31 11:45:54 vapier Exp $ # # Author: vapier@gentoo.org @@ -60,8 +60,8 @@ esac LICENSE="BSD" SLOT="0" case ${EKEY_STATE:-${ECVS_STATE}} in - release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86";; - snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86";; + release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86";; + snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86";; live) KEYWORDS="-*";; esac IUSE="nls doc" |