Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Sat, 10 Oct 2020 13:48:33
Message-Id: 1602337641.9fc9d0324f7c582550ad2314d751b8c9f9acca23.slyfox@gentoo
1 commit: 9fc9d0324f7c582550ad2314d751b8c9f9acca23
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 13:47:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 13:47:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc9d032
7
8 net-libs/libwebsockets: keyworded 4.1.2 for ppc
9
10 keyworded wrt bug #744664
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 net-libs/libwebsockets/libwebsockets-4.1.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild
20 index 037328b71c7..30dbd55c5f2 100644
21 --- a/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild
22 +++ b/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild
23 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
24
25 LICENSE="MIT"
26 SLOT="0/17" # libwebsockets.so.17
27 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
29 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
30 +lejp libev libevent libressl libuv mbedtls peer-limits server-status smtp socks5
31 sqlite3 ssl static-libs threads zip"