diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-29 18:27:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-29 18:27:53 +0000 |
commit | 5602c0152cb4e25f6f181ed9389888ead235d6c3 (patch) | |
tree | 69e3b48395d0a6f52fe94b8180931f5d0d401cdb /profiles | |
parent | Adding a patch to fix regression in event loop (diff) | |
download | gentoo-2-5602c0152cb4e25f6f181ed9389888ead235d6c3.tar.gz gentoo-2-5602c0152cb4e25f6f181ed9389888ead235d6c3.tar.bz2 gentoo-2-5602c0152cb4e25f6f181ed9389888ead235d6c3.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e2fed6421edb..8fc0b18b0de7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4938 2009/10/29 14:28:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4939 2009/10/29 18:27:53 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") @@ -498,10 +498,14 @@ app-pda/synce-fur:void-chmod - enable a fake fuse hook for "chmod" that just ret app-pda/synce-kde:avantgo - Add support for syncing Avantgo accounts app-portage/conf-update:colordiff - Use colors when displaying diffs (app-misc/colordiff) app-portage/eix:bzip2 - Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires app-arch/bbzip2). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out. +app-portage/eix:debug - Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip. app-portage/eix:deprecated - Installs wrapper scripts for all the previous executable names that will soon be going away. Enabled by default in 0.17.0, optional in 0.18.0, removed in next major release. app-portage/eix:doc - Create description of the eix cache file additionally in html format +app-portage/eix:hardened - Add CXXFLAGS/LDFLAGS enhancing security at the cost of a slight speed loss. If a hardened gcc is used, these flags should not make a difference. app-portage/eix:nls - Support foreign language messages (experimental; currently only de) +app-portage/eix:optimization - Add several CXXFLAGS/LDFLAGS for optimization. app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix +app-portage/eix:strong-optimization - Add more CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. app-portage/eix:tools - Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often app-portage/gatt:libpaludis - Do some dependency resolution by using a sys-apps/paludis interface app-portage/layman:git - Support dev-util/git based overlays |