Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gevent/
Date: Wed, 28 Oct 2020 04:11:00
Message-Id: 1603858112.8f73275809006d05586dc26ac9b27308a6f87d22.sam@gentoo
1 commit: 8f73275809006d05586dc26ac9b27308a6f87d22
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 04:08:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 04:08:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f732758
7
8 dev-python/gevent: Stabilize 20.9.0 arm64, #751130
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/gevent/gevent-20.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/gevent/gevent-20.9.0.ebuild b/dev-python/gevent/gevent-20.9.0.ebuild
16 index 14caf101bb6..4d82fec5cb2 100644
17 --- a/dev-python/gevent/gevent-20.9.0.ebuild
18 +++ b/dev-python/gevent/gevent-20.9.0.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="doc examples test"
26 RESTRICT="!test? ( test )"