diff options
author | Sam James <sam@gentoo.org> | 2022-02-25 21:31:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-25 21:31:03 +0000 |
commit | 3eeb841f20db366feba2b84a312c069d3f53c168 (patch) | |
tree | aba86c43403f83d7f63042c45ecfa6aac3143356 /net-libs | |
parent | dev-java/antlr: Stabilize 3.5.2-r2 arm64, #833953 (diff) | |
download | gentoo-3eeb841f20db366feba2b84a312c069d3f53c168.tar.gz gentoo-3eeb841f20db366feba2b84a312c069d3f53c168.tar.bz2 gentoo-3eeb841f20db366feba2b84a312c069d3f53c168.zip |
net-libs/libwebsockets: Stabilize 4.3.1 arm64, #833972
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.3.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.1.ebuild index 58878d713129..48932f3cb202 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.1.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" |