diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-07 21:46:00 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-07 21:46:00 +0200 |
commit | b6e055513bd1ba23fcfa840c387d983b64c6d30a (patch) | |
tree | 6bb4574602645d6680950db04ad2239216a03edb /net-libs/libwebsockets | |
parent | dev-python/mcbootflash: Enable py3.13 (diff) | |
download | gentoo-b6e055513bd1ba23fcfa840c387d983b64c6d30a.tar.gz gentoo-b6e055513bd1ba23fcfa840c387d983b64c6d30a.tar.bz2 gentoo-b6e055513bd1ba23fcfa840c387d983b64c6d30a.zip |
net-libs/libwebsockets: Stabilize 4.3.3 x86, #926838
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild index 172b26185c71..40a153536f25 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="access-log caps cgi client dbus extensions generic-sessions http-proxy http2 ipv6 +lejp libev libevent libuv mbedtls peer-limits server-status smtp socks5 sqlite3 ssl threads zip" |