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 EE94215808B for ; Mon, 30 Sep 2024 01:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A70CFE2A6D; Mon, 30 Sep 2024 01:52:04 +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 666D4E2A56 for ; Mon, 30 Sep 2024 01:52:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75D983431E8 for ; Mon, 30 Sep 2024 01:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2E11EF3 for ; Mon, 30 Sep 2024 01:52:01 +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: <1727661103.c965c2d0a66b0827add2ac7708c69589491c5e8b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c965c2d0a66b0827add2ac7708c69589491c5e8b X-VCS-Branch: master Date: Mon, 30 Sep 2024 01:52:01 +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: a9fae817-7383-443e-872d-4edcbe153267 X-Archives-Hash: d026e93acfc38fc1172b8e433019b13a commit: c965c2d0a66b0827add2ac7708c69589491c5e8b Author: Sam James gentoo org> AuthorDate: Mon Sep 30 01:20:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 01:51:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c965c2d0 toolchain.eclass: drop whitespace at end of function Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 7dc905ecd7d8..616bc01a840a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -775,7 +775,6 @@ tc_enable_hardened_gcc() { sed -i \ -e "/^HARD_CFLAGS = /s|=|= ${hardened_gcc_flags} |" \ "${S}"/gcc/Makefile.in || die - } # This is a historical wart. The original Gentoo/amd64 port used: