From: Craig Andrews Date: Wed, 26 Feb 2020 22:06:31 +0000 (-0500) Subject: sys-devel/llvm-roc: Fix patch file name X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc;p=gentoo.git 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 --- 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 8035d829e5b1..89f299744f5c 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 }