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 48930138334 for ; Sun, 24 Jun 2018 09:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37EA7E09CB; Sun, 24 Jun 2018 09:40:20 +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 ADB74E09D7 for ; Sun, 24 Jun 2018 09:40:19 +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 B32FC335CA8 for ; Sun, 24 Jun 2018 09:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475DB351 for ; Sun, 24 Jun 2018 09:40:03 +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: <1529833199.64725c1b6ce316410fff960b8888a4ea4b9c5224.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: 64725c1b6ce316410fff960b8888a4ea4b9c5224 X-VCS-Branch: master Date: Sun, 24 Jun 2018 09:40:03 +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: 74f4a401-1c11-484a-9dc5-60bc48b1e9b0 X-Archives-Hash: 0c06190326ab83c8010b2eaddc3a8557 commit: 64725c1b6ce316410fff960b8888a4ea4b9c5224 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 24 09:39:13 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 24 09:39:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64725c1b dev-python/ws4py: amd64 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 b8797e5d415..54b81d3c3df 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"