commit: e218d251836e9e1c67397d41f9c44403b28090c7
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 09:39:09 2022 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 14:20:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e218d251
sci-libs/rocThrust: relax SLOT dependency on dev-util/hip.
dev-cpp/gtest should be in DEPEND.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
.../rocThrust/{rocThrust-5.0.2.ebuild => rocThrust-5.0.2-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild
b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
similarity index 96%
rename from sci-libs/rocThrust/rocThrust-5.0.2.ebuild
rename to sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
index 8e043631657f..41a056e51860 100644
--- a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild
+++ b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
@@ -16,10 +16,10 @@ IUSE="benchmark test"
RESTRICT="!test? ( test )"
-RDEPEND="dev-util/hip:${SLOT}
- sci-libs/rocPRIM:${SLOT}
+RDEPEND="dev-util/hip:=
+ sci-libs/rocPRIM:${SLOT}"
+DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
-DEPEND="${RDEPEND}"
BDEPEND=">=dev-util/cmake-3.22"
S="${WORKDIR}/rocThrust-rocm-${PV}"