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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93F2915800F for ; Thu, 2 Feb 2023 09:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5820E0B9E; Thu, 2 Feb 2023 09:23:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD29EE0B9E for ; Thu, 2 Feb 2023 09:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D707133FECD for ; Thu, 2 Feb 2023 09:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 758A8531 for ; Thu, 2 Feb 2023 09:23:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1675329807.42f8986a7cc14e6fae5a928472c75d8f9dd8fac3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-comgr/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch X-VCS-Directories: dev-libs/rocm-comgr/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42f8986a7cc14e6fae5a928472c75d8f9dd8fac3 X-VCS-Branch: master Date: Thu, 2 Feb 2023 09:23:36 +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: 16c7c2c2-263b-4402-bcb8-b66b84eb035d X-Archives-Hash: 8e2956583d6f353d520f488cb008d9bb commit: 42f8986a7cc14e6fae5a928472c75d8f9dd8fac3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 2 09:23:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 2 09:23:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f8986a dev-libs/rocm-comgr: Re-add accidentally removed patch Closes: https://bugs.gentoo.org/892914 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 new file mode 100644 index 000000000000..6e908847a54f --- /dev/null +++ b/dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch @@ -0,0 +1,14 @@ +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 == "") {