commit: dde31a9a6f8c47eeca92a9fd1836e704f23771c4 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 22 10:10:17 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 12:09:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde31a9a
net-libs/libwebsockets: metadata_duplicate_useflag_description - Remove USE flag descriptions which are already available at profiles/use.desc Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-libs/libwebsockets/metadata.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml index 23c9033fcec..429f0474f14 100644 --- a/net-libs/libwebsockets/metadata.xml +++ b/net-libs/libwebsockets/metadata.xml @@ -19,7 +19,6 @@ </maintainer> <use> <flag name="access-log">Support generating Apache-compatible access logs</flag> - <flag name="cgi">Include CGI (spawn process with network-connected stdin/out/err) APIs</flag> <flag name="client">The client part of the library and libwebsockets-test-client</flag> <flag name="generic-sessions">With the Generic Sessions plugin</flag> <flag name="http2">Support the HTTP/2 protocol</flag> @@ -32,9 +31,7 @@ <flag name="peer-limits">Track peers and restrict resources a single peer can allocate</flag> <flag name="server-status">Support json + jscript server monitoring</flag> <flag name="smtp">Provide SMTP support</flag> - <flag name="socks5">Allow use of SOCKS5 proxy on client connections</flag> <flag name="sqlite3">Require SQLITE3 support</flag> - <flag name="zip">Support serving pre-zipped files</flag> </use> <upstream> <remote-id type="github">warmcat/libwebsockets</remote-id>