Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Mon, 26 Dec 2016 23:35:10
Message-Id: 1482795300.77e81ba5c2acddbef2339fc238ae68639be200f7.whissi@gentoo
1 commit: 77e81ba5c2acddbef2339fc238ae68639be200f7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 23:34:41 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 23:35:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e81ba5
7
8 net-irc/znc: Add description for "zlib" USE flag
9
10 Package-Manager: Portage-2.3.2, Repoman-2.3.1
11
12 net-irc/znc/metadata.xml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-irc/znc/metadata.xml b/net-irc/znc/metadata.xml
16 index 944a888..5195455 100644
17 --- a/net-irc/znc/metadata.xml
18 +++ b/net-irc/znc/metadata.xml
19 @@ -11,6 +11,7 @@
20 </maintainer>
21 <use>
22 <flag name="daemon">Allow znc to run as a system-wide service. Installs an init script and creates a znc user:group.</flag>
23 + <flag name="zlib">Enable mod_deflate-like gzip support for znc's web interface using <pkg>sys-libs/zlib</pkg>.</flag>
24 </use>
25 <upstream>
26 <remote-id type="github">znc/znc</remote-id>