commit: c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 19:16:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 19:21:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a0b4e4
sci-libs/hipSPARSE: fix RDPEND typo
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../hipSPARSE/{hipSPARSE-4.0.0-r1.ebuild => hipSPARSE-4.0.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
b/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
similarity index 98%
rename from sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
rename to sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
index 6db7fd37500..83afe36617b 100644
--- a/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
+++ b/sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
RDEPEND=">=dev-util/rocminfo-$(ver_cut 1-2)
=dev-util/hip-$(ver_cut 1-2)*
=sci-libs/rocSPARSE-${PV}*"
-DEPEND="${RDPEND}"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/hipSPARSE-rocm-${PV}"