Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/Tensile/
Date: Sat, 06 Feb 2021 16:58:44
Message-Id: 1612630687.c536bde91c67c298d7423d88538a72e9e4316df2.heroxbd@gentoo
1 commit: c536bde91c67c298d7423d88538a72e9e4316df2
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 16:58:07 2021 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 16:58:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c536bde9
7
8 dev-util/Tensile: fix S.
9
10 Use PV instead of PVR.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.1
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 dev-util/Tensile/Tensile-4.0.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/Tensile/Tensile-4.0.0-r1.ebuild b/dev-util/Tensile/Tensile-4.0.0-r1.ebuild
19 index eda97d225..ec2a738d9 100644
20 --- a/dev-util/Tensile/Tensile-4.0.0-r1.ebuild
21 +++ b/dev-util/Tensile/Tensile-4.0.0-r1.ebuild
22 @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.0.0-cmake.patch
23 "${FILESDIR}"/${PN}-4.0.0-locate-commands.patch
24 "${FILESDIR}"/${PN}-4.0.0-output-currentISA.patch )
25
26 -S="${WORKDIR}/${PN}-rocm-${PVR}"
27 +S="${WORKDIR}/${PN}-rocm-${PV}"
28 CMAKE_USE_DIR="${WORKDIR}/Source"
29
30 src_prepare() {