commit: 5c097ef8941c4e886f9bf1e71e4787bb92b3262d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 09:54:17 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 09:55:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c097ef8
sci-libs/NNPACK: PythonHasVersionUsage
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/NNPACK/NNPACK-2020.12.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
index 9f86918fe2b4..986c10b7a447 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}"/${PN}-${CommitId}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
python_check_deps() {
- has_version -b "dev-python/PeachPy[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]"
}
src_configure() {