Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selectors34/
Date: Fri, 23 Jun 2017 05:58:19
Message-Id: 1498196135.4fdc873e1c61f3936c9365b05f380219637fc3b8.aballier@gentoo
1 commit: 4fdc873e1c61f3936c9365b05f380219637fc3b8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 05:26:32 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 05:35:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdc873e
7
8 dev-python/selectors34: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/selectors34/selectors34-1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/selectors34/selectors34-1.1.ebuild b/dev-python/selectors34/selectors34-1.1.ebuild
16 index 0d4ab827876..67bbcfc2fdc 100644
17 --- a/dev-python/selectors34/selectors34-1.1.ebuild
18 +++ b/dev-python/selectors34/selectors34-1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="PSF-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
31 IUSE=""
32
33 RDEPEND=""