diff options
author | 2018-07-11 22:46:17 +0300 | |
---|---|---|
committer | 2018-07-11 22:46:36 +0300 | |
commit | bc83d7e85ca536b7d8e5019b748342f0c0f26c11 (patch) | |
tree | 565f28e3f5ef071b9f5c4ab2859dace5ee2d584e /dev-python/ws4py | |
parent | dev-python/ws4py: x86 stable wrt bug #658884 (diff) | |
download | gentoo-bc83d7e85ca536b7d8e5019b748342f0c0f26c11.tar.gz gentoo-bc83d7e85ca536b7d8e5019b748342f0c0f26c11.tar.bz2 gentoo-bc83d7e85ca536b7d8e5019b748342f0c0f26c11.zip |
dev-python/ws4py: arm stable wrt bug #658884
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/ws4py')
-rw-r--r-- | dev-python/ws4py/ws4py-0.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild index 45d9e82c92b7..03ba7ddd0c69 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" |