Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Fri, 03 Sep 2021 06:34:09
Message-Id: 1630650782.992bd6de49e6a3d88f9bf4235cca2fe7f51bba41.ago@gentoo
1 commit: 992bd6de49e6a3d88f9bf4235cca2fe7f51bba41
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 06:33:02 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 06:33:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992bd6de
7
8 net-libs/libwebsockets: amd64 stable wrt bug #811144
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/libwebsockets/libwebsockets-4.2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
18 index 925b6abea08..88ccdf117ae 100644
19 --- a/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
20 +++ b/net-libs/libwebsockets/libwebsockets-4.2.1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
22
23 LICENSE="MIT"
24 SLOT="0/18" # libwebsockets.so.18
25 -KEYWORDS="~amd64 arm ~arm64 ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 ~x86"
27 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
28 +lejp libev libevent libuv mbedtls peer-limits server-status smtp socks5
29 sqlite3 ssl threads zip"