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 DE9F515808B for ; Sun, 20 Mar 2022 00:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCF5E089C; Sun, 20 Mar 2022 00:05:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 02FBFE089C for ; Sun, 20 Mar 2022 00:05:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1188E343527 for ; Sun, 20 Mar 2022 00:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6569E343 for ; Sun, 20 Mar 2022 00:05: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: <1647734735.1281b0a78d15387d76796d7e2fbb297dda56e0ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/s-nail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/s-nail/s-nail-14.9.22.ebuild X-VCS-Directories: mail-client/s-nail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1281b0a78d15387d76796d7e2fbb297dda56e0ee X-VCS-Branch: master Date: Sun, 20 Mar 2022 00:05: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: 5a5cae76-79f8-4e0b-8f58-4a54c2917f90 X-Archives-Hash: 208fd38d6db2a63a69bd13d3017988d5 commit: 1281b0a78d15387d76796d7e2fbb297dda56e0ee Author: Sam James gentoo org> AuthorDate: Sun Mar 20 00:05:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 20 00:05:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1281b0a7 mail-client/s-nail: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James gentoo.org> mail-client/s-nail/s-nail-14.9.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/s-nail/s-nail-14.9.22.ebuild b/mail-client/s-nail/s-nail-14.9.22.ebuild index a64a41ec6766..dd455d2c17f5 100644 --- a/mail-client/s-nail/s-nail-14.9.22.ebuild +++ b/mail-client/s-nail/s-nail-14.9.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ BDEPEND=" src_configure() { local confopts=( - CC=$(tc-getCC) + CC="$(tc-getCC)" EXTRA_CFLAGS=-std=c99 strip=/bin/true OPT_AUTOCC=no