Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/
Date: Tue, 29 Jun 2021 18:27:26
Message-Id: 1624991240.146956cdf09052acde7651ba349a14db02e44742.candrews@gentoo
1 commit: 146956cdf09052acde7651ba349a14db02e44742
2 Author: Wilfried Holzke <gentoo <AT> holzke <DOT> net>
3 AuthorDate: Tue Jun 29 15:13:05 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 18:27:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146956cd
7
8 sys-devel/llvm-roc: Fixed wrong patch
9
10 Signed-off-by: Wilfried Holzke <gentoo <AT> holzke.net>
11 Package-Manager: Portage-3.0.20, Repoman-3.0.2
12 Closes: https://bugs.gentoo.org/798927
13 Closes: https://github.com/gentoo/gentoo/pull/21473
14 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
15
16 sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
20 index 7a2834b7dd3..1819f056c42 100644
21 --- a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
22 +++ b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
23 @@ -24,7 +24,7 @@ S="${WORKDIR}/llvm-project-rocm-${PV}/llvm"
24
25 PATCHES=(
26 "${FILESDIR}/${PN}-4.2.0-current_pos.patch"
27 - "${FILESDIR}/${PN}-4.2.0-add_BinaryFormat.patch"
28 + "${FILESDIR}/${PN}-4.2.0-add_Object.patch"
29 )
30
31 CMAKE_BUILD_TYPE=RelWithDebInfo