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/smmap/
Date: Mon, 19 Jun 2017 18:12:42
Message-Id: 1497895946.2ef0f759a7497f1499ac47c7cb52f3411530777d.aballier@gentoo
1 commit: 2ef0f759a7497f1499ac47c7cb52f3411530777d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:00:59 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:12:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef0f759
7
8 dev-python/smmap: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/smmap/smmap-0.9.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/smmap/smmap-0.9.0.ebuild b/dev-python/smmap/smmap-0.9.0.ebuild
16 index e77ac8c69f2..4fe8891a07d 100644
17 --- a/dev-python/smmap/smmap-0.9.0.ebuild
18 +++ b/dev-python/smmap/smmap-0.9.0.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="
20 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 -KEYWORDS="amd64 x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 SLOT="0"
26 IUSE="test"