summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-03-02 21:26:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-03-02 21:26:44 +0000
commit89e53776cc8b2d6e3f223638594413762f9f246e (patch)
tree1ad1cf4515364945f38b5a22af85253e7ce8317f /net-irc
parentAdd server USE flag for quassel. (diff)
downloadgentoo-2-89e53776cc8b2d6e3f223638594413762f9f246e.tar.gz
gentoo-2-89e53776cc8b2d6e3f223638594413762f9f246e.tar.bz2
gentoo-2-89e53776cc8b2d6e3f223638594413762f9f246e.zip
Update documentation for X USE flag as the server is no more always built, and add documentation for server USE flag.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/quassel/ChangeLog6
-rw-r--r--net-irc/quassel/metadata.xml14
2 files changed, 15 insertions, 5 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index 657e7eba09ee..c8b2bb667c11 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.4 2008/03/02 21:18:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.5 2008/03/02 21:26:44 flameeyes Exp $
+
+ 02 Mar 2008; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
+ Update documentation for X USE flag as the server is no more always built,
+ and add documentation for server USE flag.
*quassel-0.2.0_alpha2 (02 Mar 2008)
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
index 560ac06831f2..7aa31fc6f9eb 100644
--- a/net-irc/quassel/metadata.xml
+++ b/net-irc/quassel/metadata.xml
@@ -7,10 +7,16 @@
</maintainer>
<use>
<flag name="X">
- Also build the Qt 4 GUI client for quassel. If this USE flag is
- disabled, only the core (server) binary is built. You might want
- to disable this on the server, but you need it enabled on the
- client.
+ 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.
+ </flag>
+ <flag name="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.
</flag>
</use>
</pkgmetadata>