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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A2B515800A for ; Thu, 13 Mar 2025 08:59:23 +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 0FFF3343145 for ; Thu, 13 Mar 2025 08:59:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06F76110105; Thu, 13 Mar 2025 08:59:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id EEECF110105 for ; Thu, 13 Mar 2025 08:59:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90661343026 for ; Thu, 13 Mar 2025 08:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23FEF1909 for ; Thu, 13 Mar 2025 08:59:20 +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: <1741856309.8b121175c91c60fbe87ed0d653bb412668bb45a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.40-r8.ebuild sys-libs/glibc/glibc-2.41.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b121175c91c60fbe87ed0d653bb412668bb45a6 X-VCS-Branch: master Date: Thu, 13 Mar 2025 08:59:20 +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: ba9610d1-78a4-47f2-8146-1ace39fc9c9d X-Archives-Hash: 7b4d045e263e794f8b09c865523d7c40 commit: 8b121175c91c60fbe87ed0d653bb412668bb45a6 Author: Sam James gentoo org> AuthorDate: Thu Mar 13 07:18:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 13 08:58:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b121175 sys-libs/glibc: fix typo in comment Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.40-r8.ebuild | 2 +- sys-libs/glibc/glibc-2.41.ebuild | 2 +- sys-libs/glibc/glibc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/glibc/glibc-2.40-r8.ebuild b/sys-libs/glibc/glibc-2.40-r8.ebuild index d66396e3e672..8e0d873be477 100644 --- a/sys-libs/glibc/glibc-2.40-r8.ebuild +++ b/sys-libs/glibc/glibc-2.40-r8.ebuild @@ -1705,7 +1705,7 @@ pkg_postinst() { # must refresh it. See bug #933282 and GCC's documentation: # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html # - # TODO: Could this be done for non-cross? Some care would be needed + # TODO: Could this be done for cross? Some care would be needed # to pass the right arguments. while IFS= read -r -d $'\0' slot ; do local mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders diff --git a/sys-libs/glibc/glibc-2.41.ebuild b/sys-libs/glibc/glibc-2.41.ebuild index 394b594a66ff..68691e0cd0b8 100644 --- a/sys-libs/glibc/glibc-2.41.ebuild +++ b/sys-libs/glibc/glibc-2.41.ebuild @@ -1710,7 +1710,7 @@ pkg_postinst() { # must refresh it. See bug #933282 and GCC's documentation: # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html # - # TODO: Could this be done for non-cross? Some care would be needed + # TODO: Could this be done for cross? Some care would be needed # to pass the right arguments. while IFS= read -r -d $'\0' slot ; do local mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index f66d2de88db7..f1adca0c21cf 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1710,7 +1710,7 @@ pkg_postinst() { # must refresh it. See bug #933282 and GCC's documentation: # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html # - # TODO: Could this be done for non-cross? Some care would be needed + # TODO: Could this be done for cross? Some care would be needed # to pass the right arguments. while IFS= read -r -d $'\0' slot ; do local mkheaders_path="${BROOT}"/usr/libexec/gcc/${CBUILD}/${slot##*/}/install-tools/mkheaders