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 37DAF138334 for ; Mon, 6 Aug 2018 03:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1ACE07FA; Mon, 6 Aug 2018 03:54:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD3AEE07FA for ; Mon, 6 Aug 2018 03:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5210335CA6 for ; Mon, 6 Aug 2018 03:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DDE385 for ; Mon, 6 Aug 2018 03:54:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1533527648.30d908c62c7b03bf238bb0fa1a3dc21b9a5fc972.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ws4py/ws4py-0.5.1.ebuild X-VCS-Directories: dev-python/ws4py/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 30d908c62c7b03bf238bb0fa1a3dc21b9a5fc972 X-VCS-Branch: master Date: Mon, 6 Aug 2018 03:54:31 +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-Archives-Salt: 59ff5866-6a4e-49dd-bbb7-bda704a2c726 X-Archives-Hash: e334a24f611303fae2f235b09844b8a3 commit: 30d908c62c7b03bf238bb0fa1a3dc21b9a5fc972 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Aug 6 03:54:08 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Aug 6 03:54:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d908c6 dev-python/ws4py: arm stable wrt bug #658884 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/ws4py/ws4py-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ws4py/ws4py-0.5.1.ebuild b/dev-python/ws4py/ws4py-0.5.1.ebuild index 2cda31b943f..58f0a0684a8 100644 --- a/dev-python/ws4py/ws4py-0.5.1.ebuild +++ b/dev-python/ws4py/ws4py-0.5.1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then else inherit vcs-snapshot SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 arm x86" fi DESCRIPTION="WebSocket client and server library for Python 2 and 3 as well as PyPy"