Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Tue, 18 Aug 2020 05:29:04
Message-Id: 1597728250.221cd2ea9a092645fbae872151d9810184e7fd5f.sam@gentoo
1 commit: 221cd2ea9a092645fbae872151d9810184e7fd5f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 05:24:10 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 05:24:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221cd2ea
7
8 dev-python/pytables: arm64 keyworded (bug #723912)
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pytables/pytables-3.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild
17 index 0d24b5b1d06..395912f6df9 100644
18 --- a/dev-python/pytables/pytables-3.6.1.ebuild
19 +++ b/dev-python/pytables/pytables-3.6.1.ebuild
20 @@ -16,7 +16,7 @@ HOMEPAGE="https://www.pytables.org/"
21 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
22
23 SLOT="0"
24 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
26 LICENSE="BSD"
27 IUSE="doc examples test"
28 RESTRICT="!test? ( test )"