summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-24 23:15:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-01 10:52:37 +0100
commitb4a0add72872dedca2c46b09ef7b8fcfe92925fa (patch)
treea1e7b200e98d631a7321bdfef62ea90b41526e60 /dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
parentdev-lang/php: Stabilize 8.2.1 arm64, #890367 (diff)
downloadgentoo-b4a0add72872dedca2c46b09ef7b8fcfe92925fa.tar.gz
gentoo-b4a0add72872dedca2c46b09ef7b8fcfe92925fa.tar.bz2
gentoo-b4a0add72872dedca2c46b09ef7b8fcfe92925fa.zip
dev-libs/rocm-comgr: drop 5.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch')
-rw-r--r--dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch b/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
deleted file mode 100644
index 6e908847a54f..000000000000
--- a/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: comgr/src/comgr-env.cpp
-===================================================================
---- comgr.orig/src/comgr-env.cpp
-+++ comgr/src/comgr-env.cpp
-@@ -247,6 +247,9 @@ InstallationDetector *getDetectorImpl()
- if (EnvROCMPath) {
- ROCmInstallPath = EnvROCMPath;
- }
-+ else {
-+ ROCmInstallPath = "@GENTOO_PORTAGE_EPREFIX@/usr";
-+ }
-
- InstallationDetector *Detector;
- if (ROCmInstallPath == "") {