diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-05-18 19:18:52 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-05-18 19:18:52 +0200 |
commit | 4c5553aa9d176f106a35bcb5505586de84796a43 (patch) | |
tree | 4607253fb649b180651c1d8a881a814ad405c917 /sci-libs/NNPACK | |
parent | dev-python/aiohttp: Use PEP517 build (diff) | |
download | gentoo-4c5553aa9d176f106a35bcb5505586de84796a43.tar.gz gentoo-4c5553aa9d176f106a35bcb5505586de84796a43.tar.bz2 gentoo-4c5553aa9d176f106a35bcb5505586de84796a43.zip |
sci-libs/NNPACK: remove ebegin eend
Closes: https://bugs.gentoo.org/845366
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/NNPACK')
-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 986c10b7a447..9f86918fe2b4 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() { - python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]" + has_version -b "dev-python/PeachPy[${PYTHON_USEDEP}]" } src_configure() { |