diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:35:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:39:18 +0100 |
commit | af5e2b4c1b7db05b7bda623e8ba12f9daa2cf78c (patch) | |
tree | 7ac2c346f6ad77120b273b58bc55e066b732521e /net-libs | |
parent | net-firewall/firewalld: Stabilize 0.9.3-r1 arm64, #811057 (diff) | |
download | gentoo-af5e2b4c1b7db05b7bda623e8ba12f9daa2cf78c.tar.gz gentoo-af5e2b4c1b7db05b7bda623e8ba12f9daa2cf78c.tar.bz2 gentoo-af5e2b4c1b7db05b7bda623e8ba12f9daa2cf78c.zip |
net-libs/libwebsockets: Stabilize 4.2.1 arm64, #811144
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild index 3d502dae7f36..e0fef87bc3b6 100644 --- a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.2.1.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 ~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" |