summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2007-05-10 13:58:08 +0000
committerBryan Østergaard <kloeri@gentoo.org>2007-05-10 13:58:08 +0000
commit63d5af59d8c5d207ac8a4f3ef59b6c12248c1e96 (patch)
tree459b09cbdf90784af164b77d9421a0f80f7f8ee9
parentPatch to make "make check" work, #177904. (diff)
downloadhistorical-63d5af59d8c5d207ac8a4f3ef59b6c12248c1e96.tar.gz
historical-63d5af59d8c5d207ac8a4f3ef59b6c12248c1e96.tar.bz2
historical-63d5af59d8c5d207ac8a4f3ef59b6c12248c1e96.zip
dev-lang/python:nothreads - Disable threads.
-rw-r--r--profiles/use.local.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 7d1d203147a8..b5e557acfc6c 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2799 2007/05/08 04:46:43 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2800 2007/05/10 13:58:08 kloeri Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
@@ -433,6 +433,7 @@ dev-lang/php:xmlreader - Enable XMLReader support
dev-lang/php:xmlwriter - Enable XMLWriter support
dev-lang/php:zip - Enable ZIP file support
dev-lang/php:zip-external - Enable ZIP file support (external PECL extension)
+dev-lang/python:nothreads - Disable threads
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