diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 12:29:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 12:29:06 +0200 |
commit | e48c3192f7b8dffd85b76597d9d6cc33e3053199 (patch) | |
tree | 1fe9e707c69a3951ad1c7188b4c5b4068fbd607e /dev-python/websocket-client | |
parent | dev-python/twine: x86 stable wrt bug #720652 (diff) | |
download | gentoo-e48c3192f7b8dffd85b76597d9d6cc33e3053199.tar.gz gentoo-e48c3192f7b8dffd85b76597d9d6cc33e3053199.tar.bz2 gentoo-e48c3192f7b8dffd85b76597d9d6cc33e3053199.zip |
dev-python/websocket-client: x86 stable wrt bug #720654
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/websocket-client')
-rw-r--r-- | dev-python/websocket-client/websocket-client-0.57.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild b/dev-python/websocket-client/websocket-client-0.57.0.ebuild index 9d66e0c486d8..cddf08f9b26b 100644 --- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" IUSE="examples test" RESTRICT="!test? ( test )" |