Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Sat, 09 Jan 2021 16:23:31
Message-Id: 1610209404.4f0947bf3af8f1dcc8d8aee0eacb5e00d6e18698.sam@gentoo
1 commit: 4f0947bf3af8f1dcc8d8aee0eacb5e00d6e18698
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 16:22:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 16:23:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0947bf
7
8 net-libs/libwebsockets: Stabilize 4.1.6 ppc, #764608
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libwebsockets/libwebsockets-4.1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
16 index 30dbd55c5f2..cdd2107a385 100644
17 --- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
18 +++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
26
27 LICENSE="MIT"
28 SLOT="0/17" # libwebsockets.so.17
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ppc ~x86"
31 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
32 +lejp libev libevent libressl libuv mbedtls peer-limits server-status smtp socks5
33 sqlite3 ssl static-libs threads zip"