Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
Date: Thu, 17 Jun 2021 15:56:45
Message-Id: 1623945336.5cf45b259d75d0a448f23e311d7bb4f31ae79e51.slyfox@gentoo
1 commit: 5cf45b259d75d0a448f23e311d7bb4f31ae79e51
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 17 14:58:12 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 15:55:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf45b25
7
8 dev-python/websockets: stable 9.1 for sparc, bug #796065
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/websockets/websockets-9.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/websockets/websockets-9.1.ebuild b/dev-python/websockets/websockets-9.1.ebuild
19 index 493b06dfa55..e4f500fb7ce 100644
20 --- a/dev-python/websockets/websockets-9.1.ebuild
21 +++ b/dev-python/websockets/websockets-9.1.ebuild
22 @@ -13,6 +13,6 @@ SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
23 LICENSE="BSD"
24
25 SLOT="0"
26 -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
27 +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 sparc x86"
28
29 distutils_enable_tests unittest