From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1716673-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 50A641582EF for <garchives@archives.gentoo.org>; Mon, 10 Feb 2025 06:43:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3840634312C for <garchives@archives.gentoo.org>; Mon, 10 Feb 2025 06:43:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 966A4110472; Mon, 10 Feb 2025 06:43:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 8D3C1110471 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 06:43:42 +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 1469D33BE32 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 06:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C7C272D for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 06:43:40 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1739169784.1427a389146cc772723880d4f7c8fa535d19f0c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-2.42-r2.ebuild sys-devel/binutils/binutils-2.43-r2.ebuild sys-devel/binutils/binutils-2.43.9999.ebuild sys-devel/binutils/binutils-2.44.9999.ebuild sys-devel/binutils/binutils-2.44.ebuild sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1427a389146cc772723880d4f7c8fa535d19f0c2 X-VCS-Branch: master Date: Mon, 10 Feb 2025 06:43:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a29a5ead-ed5e-4457-87f7-f25cd777a35c X-Archives-Hash: bbe447e6338eb4325e86621114da04ed commit: 1427a389146cc772723880d4f7c8fa535d19f0c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 06:41:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 06:43:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1427a389 sys-devel/binutils: fix TODO typo Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/binutils/binutils-2.42-r2.ebuild | 4 ++-- sys-devel/binutils/binutils-2.43-r2.ebuild | 2 +- sys-devel/binutils/binutils-2.43.9999.ebuild | 2 +- sys-devel/binutils/binutils-2.44.9999.ebuild | 2 +- sys-devel/binutils/binutils-2.44.ebuild | 2 +- sys-devel/binutils/binutils-9999.ebuild | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/binutils/binutils-2.42-r2.ebuild b/sys-devel/binutils/binutils-2.42-r2.ebuild index 267d2d3fd4b8..741c42f7de4d 100644 --- a/sys-devel/binutils/binutils-2.42-r2.ebuild +++ b/sys-devel/binutils/binutils-2.42-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -309,7 +309,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no diff --git a/sys-devel/binutils/binutils-2.43-r2.ebuild b/sys-devel/binutils/binutils-2.43-r2.ebuild index 3771850d2087..675b58d5c5fd 100644 --- a/sys-devel/binutils/binutils-2.43-r2.ebuild +++ b/sys-devel/binutils/binutils-2.43-r2.ebuild @@ -316,7 +316,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no diff --git a/sys-devel/binutils/binutils-2.43.9999.ebuild b/sys-devel/binutils/binutils-2.43.9999.ebuild index 1aaa2aa7ea05..aba22e72ca21 100644 --- a/sys-devel/binutils/binutils-2.43.9999.ebuild +++ b/sys-devel/binutils/binutils-2.43.9999.ebuild @@ -327,7 +327,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no diff --git a/sys-devel/binutils/binutils-2.44.9999.ebuild b/sys-devel/binutils/binutils-2.44.9999.ebuild index c0e3858009a8..f6894326484b 100644 --- a/sys-devel/binutils/binutils-2.44.9999.ebuild +++ b/sys-devel/binutils/binutils-2.44.9999.ebuild @@ -324,7 +324,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no diff --git a/sys-devel/binutils/binutils-2.44.ebuild b/sys-devel/binutils/binutils-2.44.ebuild index 878b49227445..6628fbed5bce 100644 --- a/sys-devel/binutils/binutils-2.44.ebuild +++ b/sys-devel/binutils/binutils-2.44.ebuild @@ -324,7 +324,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 57401c0bb097..1593824987f4 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -324,7 +324,7 @@ src_configure() { if use hardened ; then myconf+=( - # TOOD: breaks glibc test suite + # TODO: breaks glibc test suite #--enable-error-execstack=yes #--enable-error-rwx-segments=yes --enable-default-execstack=no