From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BA3F61582EF for ; Mon, 10 Feb 2025 06:43:43 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9DD043430DE for ; Mon, 10 Feb 2025 06:43:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 835411103CB; Mon, 10 Feb 2025 06:43:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7A2541103CB for ; 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 2992C3430DE for ; Mon, 10 Feb 2025 06:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8826E2765 for ; Mon, 10 Feb 2025 06:43:40 +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: <1739169784.110a024ad1efaf1bf7ca7269686b929f9b39ce93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-hppa64/binutils-hppa64-2.42-r2.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.43-r2.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.44.ebuild sys-devel/binutils-hppa64/binutils-hppa64-9999.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 110a024ad1efaf1bf7ca7269686b929f9b39ce93 X-VCS-Branch: master Date: Mon, 10 Feb 2025 06:43:40 +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: ecc55750-fed9-4ad1-aed0-84bd81f5314d X-Archives-Hash: 901d2f55024bd4cfbc4fdd6ab9857098 commit: 110a024ad1efaf1bf7ca7269686b929f9b39ce93 Author: Sam James gentoo org> AuthorDate: Mon Feb 10 06:41:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 06:43:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110a024a sys-devel/binutils-hppa64: fix TODO typo Signed-off-by: Sam James gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.42-r2.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.43-r2.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.44.ebuild | 2 +- sys-devel/binutils-hppa64/binutils-hppa64-9999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r2.ebuild index 73dc3ceeedb0..5ad530101093 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-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 @@ -306,7 +306,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-hppa64/binutils-hppa64-2.43-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.43-r2.ebuild index fa9d8b2f4555..ba46b854f6a7 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.43-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.43-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 @@ -306,7 +306,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-hppa64/binutils-hppa64-2.44.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.44.ebuild index 5981d3ef3705..9bbb2e5a20e7 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.44.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.44.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-hppa64/binutils-hppa64-9999.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-9999.ebuild index 4a104db1825c..6a28de62f155 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-9999.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-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