commit: e00056fb0b4533c64411ae5c11a889e3b90a82bb Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Tue May 3 10:34:03 2022 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Tue May 3 10:35:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00056fb
sci-libs/hipSPARSE: call eend with a return value. Closes: https://bugs.gentoo.org/842411 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild | 2 +- sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild index c246c94db511..9498143b5003 100644 --- a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild +++ b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild @@ -70,7 +70,7 @@ src_prepare() { destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin ebegin "Converting ${mtxfile} to ${destination}" deps/convert ${mtxfile} ${destination} - eend + eend $? done fi eapply_user diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild index 2997acdf27cb..7ce5fdc224c8 100644 --- a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild +++ b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild @@ -70,7 +70,7 @@ src_prepare() { destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin ebegin "Converting ${mtxfile} to ${destination}" deps/convert ${mtxfile} ${destination} - eend + eend $? done fi eapply_user
