diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 21:58:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 21:58:01 +0000 |
commit | 2046b10be4c58a1db95e9218f275efe5ec4bb1a4 (patch) | |
tree | 284d3c52bc7c7a7ef3a3398efd22dcfb10607dd8 /net-libs | |
parent | dev-python/wsaccel: Stabilize 0.6.3 amd64, #764569 (diff) | |
download | gentoo-2046b10be4c58a1db95e9218f275efe5ec4bb1a4.tar.gz gentoo-2046b10be4c58a1db95e9218f275efe5ec4bb1a4.tar.bz2 gentoo-2046b10be4c58a1db95e9218f275efe5ec4bb1a4.zip |
net-libs/libwebsockets: Stabilize 4.1.6 amd64, #764608
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild index cdd2107a385b..abf17f807c4a 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/17" # libwebsockets.so.17 -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 libressl libuv mbedtls peer-limits server-status smtp socks5 sqlite3 ssl static-libs threads zip" |