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: Sun, 18 Jan 2009 19:47:45
Message-Id: E1LOdcU-0008Il-HR@stork.gentoo.org
1 robbat2 09/01/18 19:47:42
2
3 Modified: use.local.desc
4 Log:
5 Automated update of use.local.desc
6
7 Revision Changes Path
8 1.4140 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.4140&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?rev=1.4140&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?r1=1.4139&r2=1.4140
13
14 Index: use.local.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
17 retrieving revision 1.4139
18 retrieving revision 1.4140
19 diff -p -w -b -B -u -u -r1.4139 -r1.4140
20 --- use.local.desc 18 Jan 2009 17:47:52 -0000 1.4139
21 +++ use.local.desc 18 Jan 2009 19:47:42 -0000 1.4140
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.4139 2009/01/18 17:47:52 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4140 2009/01/18 19:47:42 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 @@ -232,6 +232,7 @@ app-emulation/virtualbox-ose:sdk - Enabl
31 app-emulation/vov:gprof - build with profiling support
32 app-emulation/wine:gecko - Add support for the Gecko engine when using iexplore
33 app-emulation/wine:samba - Add support for NTLM auth. see http://wiki.winehq.org/NtlmAuthSetupGuide and http://wiki.winehq.org/NtlmSigningAndSealing
34 +app-emulation/wine:win64 - Build a 64bit version of Wine
35 app-emulation/xen:acm - Enable the ACM/sHype XSM module from IBM
36 app-emulation/xen:custom-cflags - Use CFLAGS from /etc/make.conf rather than the default Xen CFLAGS (not supported)
37 app-emulation/xen:flask - Enable the Flask XSM module from NSA
38 @@ -1939,6 +1940,7 @@ net-irc/ngircd:ident - Enables support f
39 net-irc/psybnc:oidentd - Adds support for oidentd
40 net-irc/psybnc:scripting - Adds scripting support
41 net-irc/quassel:X - Build the Qt 4 GUI client for quassel. If this USE flag is disabled, the GUI is not built, and cannot be used. You might want to disable this on the server, but you need it enabled on the client.
42 +net-irc/quassel:monolithic - Build monolitic client. Only useful if one don't want to use quassels client/server model. The server and X flags are probably not needed but it is possible to enable them tooy.
43 net-irc/quassel:phonon - Build client with phonon backend support. This enables sound playback in client.
44 net-irc/quassel:server - Build the server binary. If this USE flag is disabled, the 'core' server binary for quassel is not built, and cannot be used. You need this enabled on the server, but you might want to disable it on the client.
45 net-irc/quassel:webkit - Use qt-webkit rendering engine for showing url thumbmails and for other things that needs webbrowser intergration.