Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gevent/
Date: Sun, 01 Jul 2018 13:57:18
Message-Id: 1530453430.8a08baefb4288823f600e2cc0cf88a20a4efc63f.zlogene@gentoo
1 commit: 8a08baefb4288823f600e2cc0cf88a20a4efc63f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 13:56:35 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 13:57:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a08baef
7
8 dev-python/gevent: Add ~s390 keyword
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/gevent/gevent-1.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/gevent/gevent-1.2.2.ebuild b/dev-python/gevent/gevent-1.2.2.ebuild
16 index 21bfa221a58..993ec1e5a39 100644
17 --- a/dev-python/gevent/gevent-1.2.2.ebuild
18 +++ b/dev-python/gevent/gevent-1.2.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="doc examples"
32
33 RDEPEND="