Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/
Date: Sat, 28 Jul 2018 13:25:12
Message-Id: 1532784287.ce9d4456fd09046992ba122fbbcbef8d5f46b200.whissi@gentoo
1 commit: ce9d4456fd09046992ba122fbbcbef8d5f46b200
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 13:22:04 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 13:24:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9d4456
7
8 dev-python/ws4py: x86 stable (bug #658884)
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
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 54b81d3c3df..2cda31b943f 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"