diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 11:56:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 11:59:15 +0000 |
commit | 6b7af8f535f18ab7d19879c558efbcc76458b3f0 (patch) | |
tree | a4e310500e453f034d12116e3afd3d93905e4125 /dev-python/threadpoolctl | |
parent | dev-python/loky: Stabilize 2.9.0 ppc64, #749519 (diff) | |
download | gentoo-6b7af8f535f18ab7d19879c558efbcc76458b3f0.tar.gz gentoo-6b7af8f535f18ab7d19879c558efbcc76458b3f0.tar.bz2 gentoo-6b7af8f535f18ab7d19879c558efbcc76458b3f0.zip |
dev-python/threadpoolctl: Stabilize 2.1.0 ppc64, #749519
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/threadpoolctl')
-rw-r--r-- | dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild index 37d244fd73b3..ea324f5c845e 100644 --- a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild +++ b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |