diff options
author | Sam James <sam@gentoo.org> | 2021-11-14 09:20:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-14 09:20:49 +0000 |
commit | 6706153bcc650ac3fbcd40488aa65c3067bdf1c9 (patch) | |
tree | a574f426c4f25209eda63603fd2eef11a805bdc7 /net-libs/libwebsockets | |
parent | dev-db/postgresql: Stabilize 9.6.24 arm, #823662 (diff) | |
download | gentoo-6706153bcc650ac3fbcd40488aa65c3067bdf1c9.tar.gz gentoo-6706153bcc650ac3fbcd40488aa65c3067bdf1c9.tar.bz2 gentoo-6706153bcc650ac3fbcd40488aa65c3067bdf1c9.zip |
net-libs/libwebsockets: Stabilize 4.3.0 arm64, #822681
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.3.0.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.0.ebuild index 4c2792012f7c..5c1d4449fa63 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.0.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/19" # libwebsockets.so.19 -KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 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" |