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: Wed, 26 Feb 2020 22:07:17
Message-Id: 1582754826.18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc.candrews@gentoo
1 commit: 18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 22:06:31 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 22:07:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a4b2d5
7
8 sys-devel/llvm-roc: Fix patch file name
9
10 Closes: https://bugs.gentoo.org/710870
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
18 index 8035d829e5b..89f299744f5 100644
19 --- a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
20 +++ b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
21 @@ -24,7 +24,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
22
23 src_prepare() {
24 cd "${WORKDIR}/llvm-project-roc-ocl-${PV}"
25 - eapply "${FILESDIR}/${P}-add_libraries.patch"
26 + eapply "${FILESDIR}/${PN}-3.0.0-add_libraries.patch"
27 eapply_user
28 cmake_src_prepare
29 }