dev-python/threadpoolctl: Stabilize 2.1.0 ppc64, #749519

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-25 11:56:48 +00:00
parent 9199f8d568
commit 6b7af8f535

View File

@@ -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}]"