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/statsd/
Date: Fri, 23 Jun 2017 19:26:31
Message-Id: 1498245981.224ed265542c843fb714e58a963094a77247a0c6.aballier@gentoo
1 commit: 224ed265542c843fb714e58a963094a77247a0c6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 14:23:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 19:26:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224ed265
7
8 dev-python/statsd: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/statsd/statsd-3.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/statsd/statsd-3.2.1.ebuild b/dev-python/statsd/statsd-3.2.1.ebuild
16 index 61b4b056c7d..5f8b41b4cc9 100644
17 --- a/dev-python/statsd/statsd-3.2.1.ebuild
18 +++ b/dev-python/statsd/statsd-3.2.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="test"
26
27 RDEPEND=""