Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/
Date: Sat, 27 Feb 2021 19:21:09
Message-Id: 1614453661.c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73.sam@gentoo
1 commit: c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 19:16:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 19:21:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a0b4e4
7
8 sci-libs/hipSPARSE: fix RDPEND typo
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../hipSPARSE/{hipSPARSE-4.0.0-r1.ebuild => hipSPARSE-4.0.0-r2.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild b/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
17 similarity index 98%
18 rename from sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
19 rename to sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
20 index 6db7fd37500..83afe36617b 100644
21 --- a/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
22 +++ b/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
23 @@ -16,7 +16,7 @@ SLOT="0"
24 RDEPEND=">=dev-util/rocminfo-$(ver_cut 1-2)
25 =dev-util/hip-$(ver_cut 1-2)*
26 =sci-libs/rocSPARSE-${PV}*"
27 -DEPEND="${RDPEND}"
28 +DEPEND="${RDEPEND}"
29
30 S="${WORKDIR}/hipSPARSE-rocm-${PV}"