Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: use.local.desc
Date: Thu, 29 Oct 2009 18:27:55
Message-Id: E1N3Ziz-0002Zw-K4@stork.gentoo.org
1 robbat2 09/10/29 18:27:53
2
3 Modified: use.local.desc
4 Log:
5 Automated update of use.local.desc
6
7 Revision Changes Path
8 1.4939 var/cvsroot/gentoo-x86/profiles/use.local.desc
9
10 file : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?rev=1.4939&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?rev=1.4939&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?r1=1.4938&r2=1.4939
13
14 Index: use.local.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
17 retrieving revision 1.4938
18 retrieving revision 1.4939
19 diff -p -w -b -B -u -u -r1.4938 -r1.4939
20 --- use.local.desc 29 Oct 2009 14:28:06 -0000 1.4938
21 +++ use.local.desc 29 Oct 2009 18:27:53 -0000 1.4939
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4938 2009/10/29 14:28:06 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4939 2009/10/29 18:27:53 robbat2 Exp $
27 # This file contains descriptions of local USE flags, and the ebuilds which
28 # contain them.
29 # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1")
30 @@ -498,10 +498,14 @@ app-pda/synce-fur:void-chmod - enable a
31 app-pda/synce-kde:avantgo - Add support for syncing Avantgo accounts
32 app-portage/conf-update:colordiff - Use colors when displaying diffs (app-misc/colordiff)
33 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.
34 +app-portage/eix:debug - Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip.
35 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.
36 app-portage/eix:doc - Create description of the eix cache file additionally in html format
37 +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.
38 app-portage/eix:nls - Support foreign language messages (experimental; currently only de)
39 +app-portage/eix:optimization - Add several CXXFLAGS/LDFLAGS for optimization.
40 app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix
41 +app-portage/eix:strong-optimization - Add more CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions.
42 app-portage/eix:tools - Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often
43 app-portage/gatt:libpaludis - Do some dependency resolution by using a sys-apps/paludis interface
44 app-portage/layman:git - Support dev-util/git based overlays