From a7e79e60d0c9c96f2b171dc563991d74fdeb444b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Gl=C3=BCckert?= Date: Sun, 7 Jul 2024 11:47:44 +0200 Subject: [PATCH] profiles: fix make.defaults quoting, part 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit quoting is required as per PMS 5.2.4 amends 916cafa15adec6ebe8898b424ca345c8bb907161 Bug: https://bugs.gentoo.org/935685 Signed-off-by: Jannik Glückert Closes: https://github.com/gentoo/gentoo/pull/37472 Signed-off-by: Sam James --- .../prefix/standalone/kernel-2.6.16+/make.defaults | 10 +++++----- .../prefix/standalone/kernel-2.6.32+/make.defaults | 2 +- profiles/features/prefix/standalone/make.defaults | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults index 4f60922264474..b98ce4ffc95f4 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults @@ -13,10 +13,10 @@ # utimensat is missing or not reliable until linux-2.6.32. # needed by python-3. # lutimes requires utimensat -ac_cv_func_utimensat=no -ac_cv_func_lutimes=no +ac_cv_func_utimensat="no" +ac_cv_func_lutimes="no" # pipe2 and dup3 requires >=linux-2.6.27. Needed by python-3. -ac_cv_func_pipe2=no -ac_cv_func_dup3=no +ac_cv_func_pipe2="no" +ac_cv_func_dup3="no" # epoll_create1 requires >=linux-2.6.27. -ac_cv_func_epoll_create1=no +ac_cv_func_epoll_create1="no" diff --git a/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults b/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults index 056f07700a5d4..33e139f1ded29 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults +++ b/profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults @@ -1,4 +1,4 @@ # This profile is supporting >=linux-2.6.32[a] and