dev-python/gevent-websocket: add arm64 support
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 18:52:50 +0000 (13:52 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 19:43:43 +0000 (14:43 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild

index 720881e6c896171b1698544776ee7e7ddb489f94..cec81e25cedda635998cde943e90c52321b36009 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/gevent[${PYTHON_USEDEP}]"