diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-01 18:21:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-04 15:47:13 +0100 |
commit | 091ce8416d0977096547ff348f30c5e2e9abc26b (patch) | |
tree | 9e77aaa54a93b91f791478ca21ca9246f7b12fa3 /net-libs | |
parent | use.desc: Add global http2 flag (diff) | |
download | gentoo-091ce8416d0977096547ff348f30c5e2e9abc26b.tar.gz gentoo-091ce8416d0977096547ff348f30c5e2e9abc26b.tar.bz2 gentoo-091ce8416d0977096547ff348f30c5e2e9abc26b.zip |
*/*: remove redundant USE=http2 descriptions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35136
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml index 6d28f166e5fb..fd051da29eec 100644 --- a/net-libs/libwebsockets/metadata.xml +++ b/net-libs/libwebsockets/metadata.xml @@ -18,7 +18,6 @@ <flag name="client">The client part of the library and libwebsockets-test-client</flag> <flag name="extensions">Compile with extensions (permessage-deflate)</flag> <flag name="generic-sessions">With the Generic Sessions plugin</flag> - <flag name="http2">Support the HTTP/2 protocol</flag> <flag name="http-proxy">Support for rewriting HTTP proxying</flag> <flag name="lejp">With the Lightweight JSON Parser</flag> <flag name="libev">Support event loops via <pkg>dev-libs/libev</pkg></flag> |