Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aioredis/
Date: Sat, 29 Jan 2022 07:14:05
Message-Id: 1643440434.c5cba6f2123b9b12bd0f69947fd1f03291f241bc.arthurzam@gentoo
1 commit: c5cba6f2123b9b12bd0f69947fd1f03291f241bc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 07:13:50 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 07:13:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cba6f2
7
8 dev-python/aioredis: Stabilize 2.0.1 ALLARCHES, #832292
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/aioredis/aioredis-2.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/aioredis/aioredis-2.0.1.ebuild b/dev-python/aioredis/aioredis-2.0.1.ebuild
16 index 12e63e82d7d8..d5f0f774736c 100644
17 --- a/dev-python/aioredis/aioredis-2.0.1.ebuild
18 +++ b/dev-python/aioredis/aioredis-2.0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
31
32 RDEPEND="
33 dev-python/async_timeout[${PYTHON_USEDEP}]