Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-socketio/
Date: Mon, 06 Jun 2022 16:28:50
Message-Id: 1654463186.77de8621637eab412704dd7a70ff34df2f08358c.flow@gentoo
1 commit: 77de8621637eab412704dd7a70ff34df2f08358c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 5 21:06:26 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 21:06:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77de8621
7
8 dev-python/python-socketio: unkeyword 5.1.0 for ~x86
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/python-socketio/python-socketio-5.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-socketio/python-socketio-5.1.0.ebuild b/dev-python/python-socketio/python-socketio-5.1.0.ebuild
16 index 4078276cd..a1ef11f9c 100644
17 --- a/dev-python/python-socketio/python-socketio-5.1.0.ebuild
18 +++ b/dev-python/python-socketio/python-socketio-5.1.0.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20 LICENSE="MIT"
21 SLOT="0"
22 #wait for dev-python/python-engineio
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64"
25 IUSE="client asyncio-client"
26
27 RDEPEND="dev-python/bidict[${PYTHON_USEDEP}]