summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild2
-rw-r--r--sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild2
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