diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-07 17:23:49 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-07 17:23:49 +0000 |
commit | 05a3d572029998f9d2b83b21b1eca1ee14a2c8e2 (patch) | |
tree | 29bec351f4fece93e1ce5295795b9c1ce4a8fb10 /eclass | |
parent | fix compile on icc (bug #154010) (diff) | |
download | historical-05a3d572029998f9d2b83b21b1eca1ee14a2c8e2.tar.gz historical-05a3d572029998f9d2b83b21b1eca1ee14a2c8e2.tar.bz2 historical-05a3d572029998f9d2b83b21b1eca1ee14a2c8e2.zip |
x86-fbsd can use enlightenment
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 0aa0b71abd1c..05efc0b4b03b 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.68 2006/11/08 07:24:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.69 2006/12/07 17:23:49 uberlord Exp $ # # Author: vapier@gentoo.org @@ -69,8 +69,8 @@ esac LICENSE="BSD" SLOT="0" case ${EKEY_STATE:-${ECVS_STATE}} in - 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";; + release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd";; + snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd";; live) KEYWORDS="-*";; esac IUSE="nls doc" |