diff options
author | 2021-06-29 17:13:05 +0200 | |
---|---|---|
committer | 2021-06-29 14:27:20 -0400 | |
commit | 146956cdf09052acde7651ba349a14db02e44742 (patch) | |
tree | c4ce46e90332ea2d5eba03d7339e3dfd270b0a93 /sys-devel/llvm-roc | |
parent | sys-kernel/linux-firmware: bump (diff) | |
download | gentoo-146956cdf09052acde7651ba349a14db02e44742.tar.gz gentoo-146956cdf09052acde7651ba349a14db02e44742.tar.bz2 gentoo-146956cdf09052acde7651ba349a14db02e44742.zip |
sys-devel/llvm-roc: Fixed wrong patch
Signed-off-by: Wilfried Holzke <gentoo@holzke.net>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://bugs.gentoo.org/798927
Closes: https://github.com/gentoo/gentoo/pull/21473
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-roc')
-rw-r--r-- | sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild index 7a2834b7dd3c..1819f056c42e 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" PATCHES=( "${FILESDIR}/${PN}-4.2.0-current_pos.patch" - "${FILESDIR}/${PN}-4.2.0-add_BinaryFormat.patch" + "${FILESDIR}/${PN}-4.2.0-add_Object.patch" ) CMAKE_BUILD_TYPE=RelWithDebInfo |