Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/
Date: Mon, 25 May 2020 06:28:59
Message-Id: 1590388131.10c2ef652fd43261e4d554824ed56b3c9b82df29.ago@gentoo
1 commit: 10c2ef652fd43261e4d554824ed56b3c9b82df29
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 06:28:51 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 06:28:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c2ef65
7
8 dev-python/ws4py: amd64 stable wrt bug #722240
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
18 index 3e590bb7984..8fa2990a4f6 100644
19 --- a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
20 +++ b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
21 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/Lawouach/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 arm ~x86"
26 + KEYWORDS="amd64 arm ~x86"
27 S="${WORKDIR}/${MY_PN}-${PV}"
28 fi