From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CE7C158094 for ; Sat, 6 Aug 2022 14:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58FE6E10A2; Sat, 6 Aug 2022 14:23:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F5A0E10A3 for ; Sat, 6 Aug 2022 14:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC40340F80 for ; Sat, 6 Aug 2022 14:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E9A0566 for ; Sat, 6 Aug 2022 14:23:13 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1659795607.e218d251836e9e1c67397d41f9c44403b28090c7.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocThrust/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild sci-libs/rocThrust/rocThrust-5.0.2.ebuild X-VCS-Directories: sci-libs/rocThrust/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: e218d251836e9e1c67397d41f9c44403b28090c7 X-VCS-Branch: master Date: Sat, 6 Aug 2022 14:23:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08296f48-b7a0-4991-8885-c4c6d83f5eea X-Archives-Hash: 3b381961fd225a76e8f893626afe2dc1 commit: e218d251836e9e1c67397d41f9c44403b28090c7 Author: Benda Xu gentoo org> AuthorDate: Sat Aug 6 09:39:09 2022 +0000 Commit: Benda XU gentoo 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 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}"