summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-21 08:47:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-21 08:47:43 +0000
commitc32b6e90edfed26942ad233a64f8d319a49ff3ae (patch)
tree1686a4b4bf8efe9e314c3bb26995fb45fe1fddbd /profiles/use.local.desc
parentFix monolithic flag to be enabled only when actually using it and drop old (diff)
downloadgentoo-2-c32b6e90edfed26942ad233a64f8d319a49ff3ae.tar.gz
gentoo-2-c32b6e90edfed26942ad233a64f8d319a49ff3ae.tar.bz2
gentoo-2-c32b6e90edfed26942ad233a64f8d319a49ff3ae.zip
Automated update of use.local.desc
Diffstat (limited to 'profiles/use.local.desc')
-rw-r--r--profiles/use.local.desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index d0773548ab46..9617530c7bbe 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.4143 2009/01/19 19:27:41 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4144 2009/01/21 08:47:43 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")
@@ -1939,7 +1939,7 @@ net-irc/ngircd:ident - Enables support for net-libs/libident
net-irc/psybnc:oidentd - Adds support for oidentd
net-irc/psybnc:scripting - Adds scripting support
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.
-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.
+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.
net-irc/quassel:phonon - Build client with phonon backend support. This enables sound playback in client.
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.
net-irc/quassel:webkit - Use qt-webkit rendering engine for showing url thumbmails and for other things that needs webbrowser intergration.