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