diff options
author | Sam James <sam@gentoo.org> | 2021-09-29 15:07:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-29 15:07:30 +0100 |
commit | 2b172ac2bcd122c28555629e582fbd7fc1414c2a (patch) | |
tree | 51db98e3f670b7c0e4ee1cc93ca02ef9083ba3fc /net-libs | |
parent | dev-libs/clhpp: Stabilize 2.0.15 amd64, #815349 (diff) | |
download | gentoo-2b172ac2bcd122c28555629e582fbd7fc1414c2a.tar.gz gentoo-2b172ac2bcd122c28555629e582fbd7fc1414c2a.tar.bz2 gentoo-2b172ac2bcd122c28555629e582fbd7fc1414c2a.zip |
net-libs/libwebsockets: Stabilize 4.2.2 ppc, #815328
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.2.2.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.2.ebuild index bb939db31a58..55affe4a0606 100644 --- a/net-libs/libwebsockets/libwebsockets-4.2.2.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.2.2.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" |