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@sartura.hr>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-10-22 12:10:17 +02:00
committed by Joonas Niilola
parent 2090c55843
commit dde31a9a6f

View File

@@ -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>