commit:     35ce1fdde8ef1c0a56d509cb92a35044a2bc3f8c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 09:34:38 2024 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 09:34:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ce1fdd

dev-libs/rocm-opencl-runtime: Fix quoting

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-6.1.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-6.1.2-r1.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-6.1.2-r1.ebuild
index 69ddac919e07..540038443185 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-6.1.2-r1.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-6.1.2-r1.ebuild
@@ -28,7 +28,8 @@ BDEPEND=">=dev-build/rocm-cmake-5.3
        media-libs/glew
        test? ( >=x11-apps/mesa-progs-8.5.0[X] )
 "
-PATCHES=( ${FILESDIR}/rocm-opencl-runtime-6.1.2-fix-segfault.patch )
+
+PATCHES=( "${FILESDIR}/rocm-opencl-runtime-6.1.2-fix-segfault.patch" )
 
 src_configure() {
        # -Werror=strict-aliasing

Reply via email to