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: Tue, 18 May 2021 17:28:35
Message-Id: 1621358889.c5ec55735d1da6e9422e343073152ca8d8fc275e.sam@gentoo
1 commit: c5ec55735d1da6e9422e343073152ca8d8fc275e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 17:28:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 17:28:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ec5573
7
8 dev-python/websockets: Keyword 9.0.2 sparc, #790152
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/websockets/websockets-9.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/websockets/websockets-9.0.2.ebuild b/dev-python/websockets/websockets-9.0.2.ebuild
16 index a31a76bc25b..ab6d5c255ee 100644
17 --- a/dev-python/websockets/websockets-9.0.2.ebuild
18 +++ b/dev-python/websockets/websockets-9.0.2.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 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25
26 distutils_enable_tests unittest