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/threadpoolctl/
Date: Tue, 18 Aug 2020 05:52:47
Message-Id: 1597728984.7126693568337de45ec9d66237379d0ab42ea1cb.sam@gentoo
1 commit: 7126693568337de45ec9d66237379d0ab42ea1cb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 05:36:24 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 05:36:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71266935
7
8 dev-python/threadpoolctl: Keyword 2.1.0 arm, #723912
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
16 index 1d26d7c4972..0a1bd4af374 100644
17 --- a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
18 +++ b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25
26 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"