summaryrefslogtreecommitdiff
path: root/dev-util/rocm-cmake/rocm-cmake-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /dev-util/rocm-cmake/rocm-cmake-9999.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'dev-util/rocm-cmake/rocm-cmake-9999.ebuild')
-rw-r--r--dev-util/rocm-cmake/rocm-cmake-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rocm-cmake/rocm-cmake-9999.ebuild b/dev-util/rocm-cmake/rocm-cmake-9999.ebuild
index 5922137e202d..a8e68baa5599 100644
--- a/dev-util/rocm-cmake/rocm-cmake-9999.ebuild
+++ b/dev-util/rocm-cmake/rocm-cmake-9999.ebuild
@@ -9,9 +9,9 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/"
inherit git-r3
else
- SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/rocm-cmake-roc-${PV}"
+ S="${WORKDIR}/rocm-cmake-rocm-${PV}"
fi
DESCRIPTION="Radeon Open Compute CMake Modules"