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 3CB17158094 for ; Sat, 6 Aug 2022 03:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5265CE0BB2; Sat, 6 Aug 2022 03:51:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9980CE0BB2 for ; Sat, 6 Aug 2022 03:51:02 +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 56227341002 for ; Sat, 6 Aug 2022 03:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 912238C for ; Sat, 6 Aug 2022 03:50:59 +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: <1659756235.bb3520929e5d7e4b358426126769875ce7b7a2bb.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.39.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: bb3520929e5d7e4b358426126769875ce7b7a2bb X-VCS-Branch: master Date: Sat, 6 Aug 2022 03:50:59 +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: b3e1652f-ee7d-4501-8882-8b48325ea5cd X-Archives-Hash: f4fa4ebbe274bf6b228b9ed6cfc17ede commit: bb3520929e5d7e4b358426126769875ce7b7a2bb Author: Sam James gentoo org> AuthorDate: Sat Aug 6 03:23:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 6 03:23:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb352092 sys-devel/binutils: fix typo in comment Signed-off-by: Sam James gentoo.org> sys-devel/binutils/binutils-2.39.ebuild | 2 +- sys-devel/binutils/binutils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/binutils/binutils-2.39.ebuild b/sys-devel/binutils/binutils-2.39.ebuild index bfa59fe7bf31..e7c6ccfbb247 100644 --- a/sys-devel/binutils/binutils-2.39.ebuild +++ b/sys-devel/binutils/binutils-2.39.ebuild @@ -254,7 +254,7 @@ src_configure() { # TODO: Available from 2.39+ on but let's try the warning on for a bit # first... (--enable-warn-execstack) # Could put it under USE=hardened? - #--enable-default-execstack + #--disable-default-execstack # Things to think about #--enable-deterministic-archives diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 85363e570adc..c19f89fbf55e 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -254,7 +254,7 @@ src_configure() { # TODO: Available from 2.39+ on but let's try the warning on for a bit # first... (--enable-warn-execstack) # Could put it under USE=hardened? - #--enable-default-execstack + #--disable-default-execstack # Things to think about #--enable-deterministic-archives