commit:     18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 22:06:31 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 22:07:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a4b2d5

sys-devel/llvm-roc: Fix patch file name

Closes: https://bugs.gentoo.org/710870
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild 
b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
index 8035d829e5b..89f299744f5 100644
--- a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
+++ b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild
@@ -24,7 +24,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
 
 src_prepare() {
        cd "${WORKDIR}/llvm-project-roc-ocl-${PV}"
-       eapply "${FILESDIR}/${P}-add_libraries.patch"
+       eapply "${FILESDIR}/${PN}-3.0.0-add_libraries.patch"
        eapply_user
        cmake_src_prepare
 }

Reply via email to