diff options
author | Sam James <sam@gentoo.org> | 2021-06-05 20:36:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-05 20:43:14 +0000 |
commit | b55faa64995e1886e547f2396786c08489b34b83 (patch) | |
tree | e3cb48c2185f24da7f404b7d2ed35290a264abf2 /net-libs | |
parent | dev-libs/isl: Stabilize 0.24 amd64, #794259 (diff) | |
download | gentoo-b55faa64995e1886e547f2396786c08489b34b83.tar.gz gentoo-b55faa64995e1886e547f2396786c08489b34b83.tar.bz2 gentoo-b55faa64995e1886e547f2396786c08489b34b83.zip |
net-libs/libwebsockets: Stabilize 4.2.0 amd64, #794262
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.2.0.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.0.ebuild index bb7bf3e2743d..f9974a389585 100644 --- a/net-libs/libwebsockets/libwebsockets-4.2.0.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/18" # libwebsockets.so.18 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6 +lejp libev libevent libuv mbedtls peer-limits server-status smtp socks5 sqlite3 ssl threads zip" |