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 62455138334 for ; Wed, 11 Jul 2018 19:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A23E080E; Wed, 11 Jul 2018 19:46:43 +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 24171E080E for ; Wed, 11 Jul 2018 19:46:42 +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 6CB79335CA7 for ; Wed, 11 Jul 2018 19:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33B3364 for ; Wed, 11 Jul 2018 19:46:39 +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: <1531338396.bc83d7e85ca536b7d8e5019b748342f0c0f26c11.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.3.4-r1.ebuild X-VCS-Directories: dev-python/ws4py/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bc83d7e85ca536b7d8e5019b748342f0c0f26c11 X-VCS-Branch: master Date: Wed, 11 Jul 2018 19:46:39 +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: 79c926fb-4959-493a-acc8-02b71971056f X-Archives-Hash: 675b8ca6374cef16cee853b55f649c20 commit: bc83d7e85ca536b7d8e5019b748342f0c0f26c11 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 11 19:46:17 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 11 19:46:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc83d7e8 dev-python/ws4py: arm stable wrt bug #658884 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/ws4py/ws4py-0.3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild index 45d9e82c92b..03ba7ddd0c6 100644 --- a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then else inherit vcs-snapshot SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/v${PV} -> ${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"