diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-27 22:25:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-27 22:25:24 +0300 |
commit | 3bc5c620cc6f47fb7a3d5725f19c2c1fa86241d3 (patch) | |
tree | 6b3fe4a3cce6a371da7d7901ab24840c787a1eeb /net-libs/libwebsockets | |
parent | dev-python/testresources: Stabilize 2.0.1-r2 hppa, #854636 (diff) | |
download | gentoo-3bc5c620cc6f47fb7a3d5725f19c2c1fa86241d3.tar.gz gentoo-3bc5c620cc6f47fb7a3d5725f19c2c1fa86241d3.tar.bz2 gentoo-3bc5c620cc6f47fb7a3d5725f19c2c1fa86241d3.zip |
net-libs/libwebsockets: Stabilize 4.3.2 ppc, #854621
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.3.2.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.2.ebuild index d9a04a13846d..115fbeeb35aa 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.2.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.2.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" |