Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/
Date: Mon, 06 Aug 2018 03:54:37
Message-Id: 1533527648.30d908c62c7b03bf238bb0fa1a3dc21b9a5fc972.zlogene@gentoo
1 commit: 30d908c62c7b03bf238bb0fa1a3dc21b9a5fc972
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 6 03:54:08 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 6 03:54:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d908c6
7
8 dev-python/ws4py: arm stable wrt bug #658884
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/ws4py/ws4py-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ws4py/ws4py-0.5.1.ebuild b/dev-python/ws4py/ws4py-0.5.1.ebuild
16 index 2cda31b943f..58f0a0684a8 100644
17 --- a/dev-python/ws4py/ws4py-0.5.1.ebuild
18 +++ b/dev-python/ws4py/ws4py-0.5.1.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then
20 else
21 inherit vcs-snapshot
22 SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm x86"
24 + KEYWORDS="amd64 arm x86"
25 fi
26
27 DESCRIPTION="WebSocket client and server library for Python 2 and 3 as well as PyPy"