Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
Date: Sun, 30 May 2021 05:15:23
Message-Id: 1622351688.ec9a5863e0ebf91d847d6c42709e9800652f5a65.sam@gentoo
1 commit: ec9a5863e0ebf91d847d6c42709e9800652f5a65
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 05:14:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 05:14:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9a5863
7
8 dev-python/websockets: Stabilize 9.1 arm, #792564
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/websockets/websockets-9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
16 index b3525e6674e..493b06dfa55 100644
17 --- a/dev-python/websockets/websockets-9.1.ebuild
18 +++ b/dev-python/websockets/websockets-9.1.ebuild
19 @@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
20 LICENSE="BSD"
21
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
24 +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
25
26 distutils_enable_tests unittest