diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-12-16 10:54:17 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-12-16 10:55:50 +0100 |
commit | 5c097ef8941c4e886f9bf1e71e4787bb92b3262d (patch) | |
tree | d82f49f7aa3c2012d9cc1f8e8e68efec7c5518c8 /sci-libs | |
parent | xfce-extra/xfce4-notifyd: Bump to 0.6.5 (diff) | |
download | gentoo-5c097ef8941c4e886f9bf1e71e4787bb92b3262d.tar.gz gentoo-5c097ef8941c4e886f9bf1e71e4787bb92b3262d.tar.bz2 gentoo-5c097ef8941c4e886f9bf1e71e4787bb92b3262d.zip |
sci-libs/NNPACK: PythonHasVersionUsage
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/NNPACK/NNPACK-2020.12.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |