diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-21 18:15:04 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:35 +0300 |
commit | cd2b0f909f262583e96335d03ba670b82ae8cdaf (patch) | |
tree | be9180f93bd67333e18f7d403c64c4e6f56505e8 /dev-python/threadpoolctl | |
parent | sci-libs/scikits: arm64 keyworded (bug #715962) (diff) | |
download | gentoo-cd2b0f909f262583e96335d03ba670b82ae8cdaf.tar.gz gentoo-cd2b0f909f262583e96335d03ba670b82ae8cdaf.tar.bz2 gentoo-cd2b0f909f262583e96335d03ba670b82ae8cdaf.zip |
dev-python/threadpoolctl: arm64 keyworded (bug #715962)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/threadpoolctl')
-rw-r--r-- | dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild index 40adb724f621..832455b87380 100644 --- a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild +++ b/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |