Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/
Date: Sat, 31 Mar 2018 01:54:36
Message-Id: 1522461236.8049a2364123bd5840eb9b9f9fac7fa846f25d47.prometheanfire@gentoo
1 commit: 8049a2364123bd5840eb9b9f9fac7fa846f25d47
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 01:45:06 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 01:53:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8049a236
7
8 dev-python/websocket-client: 0.40.0 stablized under allarchesa
9
10 Stablized for Openstack Queens
11
12 dev-python/websocket-client/websocket-client-0.40.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
16 index 42f290186c2..112cd5b33c3 100644
17 --- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild
18 +++ b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="examples"
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"