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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05906138359 for ; Fri, 14 Aug 2020 08:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E3CE07F1; Fri, 14 Aug 2020 08:26:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06601E07F1 for ; Fri, 14 Aug 2020 08:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DABEB34EF33 for ; Fri, 14 Aug 2020 08:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7166C22B for ; Fri, 14 Aug 2020 08:26:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1597393590.fac3f5f9a4b75e6e0b08c24530392bb5c70bab9a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/c-intercal/c-intercal-31.0.ebuild X-VCS-Directories: dev-lang/c-intercal/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fac3f5f9a4b75e6e0b08c24530392bb5c70bab9a X-VCS-Branch: master Date: Fri, 14 Aug 2020 08:26:56 +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: ddd5d125-17f0-455d-8aa9-ca8063e24fab X-Archives-Hash: 2d56cbb8abe93e6d899338775eb93346 commit: fac3f5f9a4b75e6e0b08c24530392bb5c70bab9a Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 14 08:25:20 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 14 08:26:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac3f5f9 dev-lang/c-intercal: Append the flag safely. Fixes: 8246f9809943bf639e34c201273994be63680480 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> dev-lang/c-intercal/c-intercal-31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild index bbcc4938fdb..1639cfbf56f 100644 --- a/dev-lang/c-intercal/c-intercal-31.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild @@ -48,7 +48,7 @@ src_prepare() { } src_configure() { - append-flags -fno-toplevel-reorder #722862 + append-cflags $(test-flags-CC -fno-toplevel-reorder) #722862 econf }