diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 03:13:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 03:13:30 +0100 |
commit | a62871276673598e7ee57867e7df13263884f06b (patch) | |
tree | e37b82e2c37260f0fe205b9229c725d2f38ded1c /dev-python/websockets | |
parent | dev-python/wsproto: Stabilize 1.0.0 ppc, #796065 (diff) | |
download | gentoo-a62871276673598e7ee57867e7df13263884f06b.tar.gz gentoo-a62871276673598e7ee57867e7df13263884f06b.tar.bz2 gentoo-a62871276673598e7ee57867e7df13263884f06b.zip |
dev-python/websockets: Stabilize 9.1 ppc, #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 a41e8123dd58..30e6ce2d1154 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 |