From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6120C1381F3 for ; Thu, 23 Jan 2020 03:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BCBEE0844; Thu, 23 Jan 2020 03:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04DD9E0844 for ; Thu, 23 Jan 2020 03:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 562AA34D247 for ; Thu, 23 Jan 2020 03:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF769A3 for ; Thu, 23 Jan 2020 03:09:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1579748952.d4b2fd45400f33451aac94180b3f2d7eb2f938a7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-3.2.1.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d4b2fd45400f33451aac94180b3f2d7eb2f938a7 X-VCS-Branch: master Date: Thu, 23 Jan 2020 03:09:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de1a166c-b6c5-4ec9-98c7-613ce404b0c7 X-Archives-Hash: 67163e90c6827b75148dee22b3c00c81 commit: d4b2fd45400f33451aac94180b3f2d7eb2f938a7 Author: Matt Turner gentoo org> AuthorDate: Thu Jan 23 03:04:27 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jan 23 03:09:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b2fd45 net-libs/libwebsockets-3.2.1: arm stable, bug 705512 Signed-off-by: Matt Turner gentoo.org> net-libs/libwebsockets/libwebsockets-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild b/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild index 90391538d54..57ab8eb8aed 100644 --- a/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild +++ b/net-libs/libwebsockets/libwebsockets-3.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="LGPL-2.1" SLOT="0/15" # libwebsockets.so.15 -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6 +lejp libev libevent libressl libuv peer-limits server-status smtp socks5 sqlite3 ssl static-libs threads zip"