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/pyinotify/
Date: Fri, 23 Jun 2017 05:20:15
Message-Id: 1498195192.85cc773de610acd552ea57a102001453ca9ee985.aballier@gentoo
1 commit: 85cc773de610acd552ea57a102001453ca9ee985
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 05:19:16 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 05:19:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cc773d
7
8 dev-python/pyinotify: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
16 index 3bb411b721f..6579604fd3a 100644
17 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
18 +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux"
25 IUSE="examples"
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"