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/pluggy/
Date: Wed, 21 Jun 2017 10:28:10
Message-Id: 1498040767.37af42d68c0f250a13e3aa7800b6ea37fc9b2507.aballier@gentoo
1 commit: 37af42d68c0f250a13e3aa7800b6ea37fc9b2507
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 10:26:07 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 10:26:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37af42d6
7
8 dev-python/pluggy: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/pluggy/pluggy-0.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild b/dev-python/pluggy/pluggy-0.4.0.ebuild
16 index 54c34245213..385315733cd 100644
17 --- a/dev-python/pluggy/pluggy-0.4.0.ebuild
18 +++ b/dev-python/pluggy/pluggy-0.4.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
25 IUSE="test"
26
27 RDEPEND=""