diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-21 12:34:49 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-21 12:34:49 +0000 |
commit | 6019376f49ea97cf78eeed62243e3e198135c8ec (patch) | |
tree | 2fffe125a921f48d18fd9637ff9aed65d9dcbcef /profiles | |
parent | Keyword ~amd64 and fix depends, wipe unnecessary src_compile, stop inheriting... (diff) | |
download | gentoo-2-6019376f49ea97cf78eeed62243e3e198135c8ec.tar.gz gentoo-2-6019376f49ea97cf78eeed62243e3e198135c8ec.tar.bz2 gentoo-2-6019376f49ea97cf78eeed62243e3e198135c8ec.zip |
Add local USE=binary description for dev-lang/scala.
Diffstat (limited to 'profiles')
-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 16a41e71f7c0..dfc83eea7cca 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.3321 2008/01/20 04:24:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3322 2008/01/21 12:34:49 caster Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -468,6 +468,7 @@ dev-lang/php:zip-external - Enable ZIP file support (external PECL extension) dev-lang/python:nothreads - Disable threads (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/python:ucs2 - Enable byte size 2 unicode (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) dev-lang/ruby:rubytests - Install ruby tests that can only be run after ruby is installed +dev-lang/scala:binary - Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build. 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:R - Enable R support |