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 2D8861382C5 for ; Sat, 6 Feb 2021 16:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44CC3E0829; Sat, 6 Feb 2021 16:58:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 27B05E0829 for ; Sat, 6 Feb 2021 16:58:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62CFD34353D for ; Sat, 6 Feb 2021 16:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C26EF46F for ; Sat, 6 Feb 2021 16:58:39 +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: <1612630687.c536bde91c67c298d7423d88538a72e9e4316df2.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/Tensile/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/Tensile/Tensile-4.0.0-r1.ebuild X-VCS-Directories: dev-util/Tensile/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: c536bde91c67c298d7423d88538a72e9e4316df2 X-VCS-Branch: master Date: Sat, 6 Feb 2021 16:58:39 +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: 9fc5f9ac-2ff6-4dac-a037-9c80c76b78d1 X-Archives-Hash: 25d4f3596acd45001480279d0ea9d3f6 commit: c536bde91c67c298d7423d88538a72e9e4316df2 Author: Benda Xu gentoo org> AuthorDate: Sat Feb 6 16:58:07 2021 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Feb 6 16:58:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c536bde9 dev-util/Tensile: fix S. Use PV instead of PVR. Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu gentoo.org> dev-util/Tensile/Tensile-4.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/Tensile/Tensile-4.0.0-r1.ebuild b/dev-util/Tensile/Tensile-4.0.0-r1.ebuild index eda97d225..ec2a738d9 100644 --- a/dev-util/Tensile/Tensile-4.0.0-r1.ebuild +++ b/dev-util/Tensile/Tensile-4.0.0-r1.ebuild @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.0.0-cmake.patch "${FILESDIR}"/${PN}-4.0.0-locate-commands.patch "${FILESDIR}"/${PN}-4.0.0-output-currentISA.patch ) -S="${WORKDIR}/${PN}-rocm-${PVR}" +S="${WORKDIR}/${PN}-rocm-${PV}" CMAKE_USE_DIR="${WORKDIR}/Source" src_prepare() {