dev-python/ws4py: arm stable wrt bug #722240

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-05-16 14:26:45 +03:00
parent a3ed51e9c9
commit 1bca216e74

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
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"