commit: 4eccd2cd8bf4e88fa5d027a99de5a44c0f525cdf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 01:23:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 01:23:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eccd2cd
dev-libs/mpfr: quote FILESDIR
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/mpfr/mpfr-4.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/mpfr/mpfr-4.2.1.ebuild b/dev-libs/mpfr/mpfr-4.2.1.ebuild
index 51785b6b1fda..6b56ce06b126 100644
--- a/dev-libs/mpfr/mpfr-4.2.1.ebuild
+++ b/dev-libs/mpfr/mpfr-4.2.1.ebuild
@@ -61,7 +61,7 @@ PATCHES=(
"${MY_PATCHES[@]}"
# Additional patches
-
${FILESDIR}/${PN}-4.2.1-include-math.h-to-use-predefined-_Float128-definitio.patch
+
"${FILESDIR}"/${PN}-4.2.1-include-math.h-to-use-predefined-_Float128-definitio.patch
)
HTML_DOCS=( doc/FAQ.html )