diff options
author | Sam James <sam@gentoo.org> | 2021-07-12 22:53:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-12 22:53:19 +0100 |
commit | 3b7bd633b77700d4dd978c75f07b8682317d13d3 (patch) | |
tree | c0b9dfe36821b74ecf4f7d26bda5d291ef2d5303 /dev-python/websockets | |
parent | dev-python/httpretty: Stabilize 1.1.3 arm64, #796065 (diff) | |
download | gentoo-3b7bd633b77700d4dd978c75f07b8682317d13d3.tar.gz gentoo-3b7bd633b77700d4dd978c75f07b8682317d13d3.tar.bz2 gentoo-3b7bd633b77700d4dd978c75f07b8682317d13d3.zip |
dev-python/websockets: Stabilize 9.1 arm64, #796065
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/websockets')
-rw-r--r-- | dev-python/websockets/websockets-9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild index e4f500fb7ce9..a41e8123dd58 100644 --- a/dev-python/websockets/websockets-9.1.ebuild +++ b/dev-python/websockets/websockets-9.1.ebuild @@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 sparc x86" distutils_enable_tests unittest |