diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-16 19:27:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-16 19:27:51 +0000 |
commit | dddd1a04dda6d450280ead2e1e800e124bd3f8e4 (patch) | |
tree | eb5257761964ed444509c76ce68774b015280003 /profiles | |
parent | Version bump, added features for building wrt bug 259922. Clean up old ebuilds (diff) | |
download | gentoo-2-dddd1a04dda6d450280ead2e1e800e124bd3f8e4.tar.gz gentoo-2-dddd1a04dda6d450280ead2e1e800e124bd3f8e4.tar.bz2 gentoo-2-dddd1a04dda6d450280ead2e1e800e124bd3f8e4.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e5c8507a5f33..870a0c8d90c1 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.5488 2010/04/16 10:47:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5489 2010/04/16 19:27:51 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") @@ -1029,6 +1029,17 @@ dev-scheme/kawa:xqtests - Support XQuery Test Suite dev-scheme/plt-scheme:backtrace - Support GC backtrace dumps dev-scheme/plt-scheme:cgc - Compile and install additional executables which use the conservative garbage collector dev-scheme/plt-scheme:llvm - Add support for compiling to the low-level virtual machine (llvm) +dev-scheme/scm:arrays - Support for arrays, uniform-arrays and uniform-vectors. +dev-scheme/scm:bignums - Support for large precision integers. +dev-scheme/scm:cautious - SCM will always check the number of arguments to interpreted closures. +dev-scheme/scm:dynamic-linking - Be able to load compiled files while running. +dev-scheme/scm:engineering-notation - Floats to display in engineering notation (exponents always multiples of 3) instead of scientific notation. +dev-scheme/scm:gsubr - generalized c arguments: for arbitrary (more then 11) arguments to C functions. +dev-scheme/scm:inexact - Support for floating point numbers. +dev-scheme/scm:ioext - Commonly available I/O extensions: line I/O, file positioning, file delete and rename, and directory functions. +dev-scheme/scm:macro - C level support for hygienic and referentially transparent macros (syntax-rules macros). +dev-scheme/scm:regex - String regular expression matching. +dev-scheme/scm:unix - Support for: nice, acct, lstat, readlink, symlink, mknod and sync. dev-tcltk/tktreectrl:shellicon - shellicon extension dev-tex/dot2texi:pgf - Enable support for dev-tex/pgf (The TeX Portable Graphic Format) dev-tex/dot2texi:pstricks - Enable pstricks support |