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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66C251382C5 for ; Sat, 27 Feb 2021 19:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98B2EE095F; Sat, 27 Feb 2021 19:21:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E3E3E095C for ; Sat, 27 Feb 2021 19:21:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ABD5340F95 for ; Sat, 27 Feb 2021 19:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8EE353 for ; Sat, 27 Feb 2021 19:21:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614453661.c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipSPARSE/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild sci-libs/hipSPARSE/hipSPARSE-4.0.0-r2.ebuild X-VCS-Directories: sci-libs/hipSPARSE/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73 X-VCS-Branch: master Date: Sat, 27 Feb 2021 19:21:05 +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: b0b902c0-cac7-4c45-977c-5f6d866b057b X-Archives-Hash: b85231dd6d80b774dec6839b191122cf commit: c6a0b4e4e05ca7d70d3331ccdf7a083b0909ba73 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 19:16:34 2021 +0000 Commit: Sam James gentoo 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 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}"