diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-08 00:33:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-08 00:33:21 +0200 |
commit | 33484c4ed0d621e1d30bfc343f7f89a860bc1840 (patch) | |
tree | 57beb16d6a3f39856569645beea73debb889cee9 /dev-python | |
parent | app-text/xmlto: drop newer version back to ~arch for testing (diff) | |
download | gentoo-33484c4ed0d621e1d30bfc343f7f89a860bc1840.tar.gz gentoo-33484c4ed0d621e1d30bfc343f7f89a860bc1840.tar.bz2 gentoo-33484c4ed0d621e1d30bfc343f7f89a860bc1840.zip |
dev-python/websocket-client: Undo accidental revert to ~arch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild index a388b831676c..9d1502563095 100644 --- a/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild +++ b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild @@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P} LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" IUSE="examples" RDEPEND=" |