From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBD8B1581C1 for ; Sun, 7 Jul 2024 11:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7619D2BC11E; Sun, 7 Jul 2024 11:07:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55FB72BC11E for ; Sun, 7 Jul 2024 11:07:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A7B342FAB for ; Sun, 7 Jul 2024 11:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B831DD5 for ; Sun, 7 Jul 2024 11:07:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720350439.a7e79e60d0c9c96f2b171dc563991d74fdeb444b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.32+/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults profiles/features/prefix/standalone/kernel-2.6.32+/make.defaults profiles/features/prefix/standalone/make.defaults X-VCS-Directories: profiles/features/prefix/standalone/ profiles/features/prefix/standalone/kernel-2.6.32+/ profiles/features/prefix/standalone/kernel-2.6.16+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7e79e60d0c9c96f2b171dc563991d74fdeb444b X-VCS-Branch: master Date: Sun, 7 Jul 2024 11:07:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b5a36ef-3037-4c31-9b77-951fdf189fe7 X-Archives-Hash: aef579222b71ae17f86c7aca8de6b7fd commit: a7e79e60d0c9c96f2b171dc563991d74fdeb444b Author: Jannik Glückert gmail com> AuthorDate: Sun Jul 7 09:47:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 7 11:07:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e79e60 profiles: fix make.defaults quoting, part 2 quoting is required as per PMS 5.2.4 amends 916cafa15adec6ebe8898b424ca345c8bb907161 Bug: https://bugs.gentoo.org/935685 Signed-off-by: Jannik Glückert gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37472 Signed-off-by: Sam James gentoo.org> .../features/prefix/standalone/kernel-2.6.16+/make.defaults | 10 +++++----- .../features/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 4f6092226447..b98ce4ffc95f 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 056f07700a5d..33e139f1ded2 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