diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-05-18 23:27:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-05-18 23:27:44 +0000 |
commit | 262d4a437834f311d25f68ee0bb4636eddf995d4 (patch) | |
tree | a7c3e32dacc7357973ee40db9dd12acae0886f3d /profiles | |
parent | Make ebuild consistent with Ruby (MRI) 1.8 and 1.9; add patch to build with B... (diff) | |
download | gentoo-2-262d4a437834f311d25f68ee0bb4636eddf995d4.tar.gz gentoo-2-262d4a437834f311d25f68ee0bb4636eddf995d4.tar.bz2 gentoo-2-262d4a437834f311d25f68ee0bb4636eddf995d4.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 791367d2a2a9..814c0235bbea 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5575 2010/05/18 22:27:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5576 2010/05/18 23:27:44 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -840,8 +840,10 @@ dev-lang/python:wininst - Install Windows executables required to create an exec dev-lang/ruby:libedit - Use the dev-libs/libedit library to provide the readline extension, used for instance by the irb tool. This flag will take precedence over the readline USE flag. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). dev-lang/ruby:readline - Use the sys-libs/readline library to provide the readline extension, used for instance by the irb tool. This flag is meaningful only if the libedit USE flag is disabled. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). dev-lang/ruby:rubytests - Install ruby tests that can only be run after ruby is installed -dev-lang/ruby-enterprise:rubytests - Install ruby tests that can only be run after ruby is installed -dev-lang/ruby-enterprise:tcmalloc - Add support for TCMalloc provided by dev-util/google-perftools +dev-lang/ruby-enterprise:libedit - Use the dev-libs/libedit library to provide the readline extension, used for instance by the irb tool. This flag will take precedence over the readline USE flag. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). +dev-lang/ruby-enterprise:readline - Use the sys-libs/readline library to provide the readline extension, used for instance by the irb tool. This flag is meaningful only if the libedit USE flag is disabled. If neither libedit nor readline USE flags are enabled, the readline extension will not be built (and irb will lose line editing functionality). +dev-lang/ruby-enterprise:rubytests - Install ruby tests that can only be run after ruby is installed +dev-lang/ruby-enterprise:tcmalloc - Add support for TCMalloc provided by dev-util/google-perftools 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/spidermonkey:threadsafe - Build a threadsafe version of spidermonkey dev-lang/swig:R - Enable R support |