Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/
Date: Tue, 03 May 2022 10:36:05
Message-Id: 1651574154.e00056fb0b4533c64411ae5c11a889e3b90a82bb.heroxbd@gentoo
1 commit: e00056fb0b4533c64411ae5c11a889e3b90a82bb
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 10:34:03 2022 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 10:35:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00056fb
7
8 sci-libs/hipSPARSE: call eend with a return value.
9
10 Closes: https://bugs.gentoo.org/842411
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
13
14 sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild | 2 +-
15 sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
19 index c246c94db511..9498143b5003 100644
20 --- a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
21 +++ b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
22 @@ -70,7 +70,7 @@ src_prepare() {
23 destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin
24 ebegin "Converting ${mtxfile} to ${destination}"
25 deps/convert ${mtxfile} ${destination}
26 - eend
27 + eend $?
28 done
29 fi
30 eapply_user
31
32 diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
33 index 2997acdf27cb..7ce5fdc224c8 100644
34 --- a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
35 +++ b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
36 @@ -70,7 +70,7 @@ src_prepare() {
37 destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin
38 ebegin "Converting ${mtxfile} to ${destination}"
39 deps/convert ${mtxfile} ${destination}
40 - eend
41 + eend $?
42 done
43 fi
44 eapply_user