diff options
author | 2006-10-25 21:03:06 +0000 | |
---|---|---|
committer | 2006-10-25 21:03:06 +0000 | |
commit | 6cf0dc86e5bfc27b89a232ec50a62b06be80277b (patch) | |
tree | b3e84d8d7b2a67553caac185bb6bcc29991b0fca | |
parent | Fix for fail to compile on a 64 bits CPU. Bug #146153 (diff) | |
download | historical-6cf0dc86e5bfc27b89a232ec50a62b06be80277b.tar.gz historical-6cf0dc86e5bfc27b89a232ec50a62b06be80277b.tar.bz2 historical-6cf0dc86e5bfc27b89a232ec50a62b06be80277b.zip |
spidermonkey threadsafe use flag
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f4433bcf4a52..ba6c198ada7f 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -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/profiles/use.local.desc,v 1.2276 2006/10/25 20:33:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2277 2006/10/25 21:03:06 aballier Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -350,6 +350,7 @@ dev-lang/php:xmlwriter - Enable XMLWriter support dev-lang/php:zip - Enable ZIP file support dev-lang/python:ucs2 - Enable byte size 2 unicode dev-lang/smarteiffel:tcc - use tcc instead of gcc for build (g++ is still used for c++ code) +dev-lang/spidermonkey:threadsafe - Build a threadsafe version of spidermonkey dev-lang/swig:pike - Enable Pike scripting support dev-libs/DirectFB:fusion - add Multi Application support (fusion kernel device) dev-libs/DirectFB:sysfs - Add support for the sysfs filesystem (requires Linux-2.6+) |