From c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 Feb 2021 19:16:34 +0000 Subject: [PATCH] sci-libs/hipSPARSE: fix RDPEND typo Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James --- .../{hipSPARSE-4.0.0-r1.ebuild => hipSPARSE-4.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-libs/hipSPARSE/{hipSPARSE-4.0.0-r1.ebuild => hipSPARSE-4.0.0-r2.ebuild} (98%) 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 6db7fd375008f..83afe36617b37 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}"