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: Wed, 21 Jan 2009 08:47:51
Message-Id: E1LPYkS-0004pt-7J@stork.gentoo.org
1 robbat2 09/01/21 08:47:44
2
3 Modified: use.local.desc
4 Log:
5 Automated update of use.local.desc
6
7 Revision Changes Path
8 1.4144 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.4144&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?rev=1.4144&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py//var/cvsroot/gentoo-x86/profiles/use.local.desc?r1=1.4143&r2=1.4144
13
14 Index: use.local.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
17 retrieving revision 1.4143
18 retrieving revision 1.4144
19 diff -p -w -b -B -u -u -r1.4143 -r1.4144
20 --- use.local.desc 19 Jan 2009 19:27:41 -0000 1.4143
21 +++ use.local.desc 21 Jan 2009 08:47:43 -0000 1.4144
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.4143 2009/01/19 19:27:41 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4144 2009/01/21 08:47:43 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 @@ -1939,7 +1939,7 @@ net-irc/ngircd:ident - Enables support f
31 net-irc/psybnc:oidentd - Adds support for oidentd
32 net-irc/psybnc:scripting - Adds scripting support
33 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.
34 -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.
35 +net-irc/quassel:monolithic - Build Standalone client with integrated core, no external quasselcore needed. Only useful if one don't want to use quassels client/server model. The server and X flags are not needed in this case but it is possible to enable them too.
36 net-irc/quassel:phonon - Build client with phonon backend support. This enables sound playback in client.
37 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.
38 net-irc/quassel:webkit - Use qt-webkit rendering engine for showing url thumbmails and for other things that needs webbrowser intergration.