From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1330152-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 776C7158086 for <garchives@archives.gentoo.org>; Thu, 14 Oct 2021 06:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AAEE0824; Thu, 14 Oct 2021 06:15:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB77E0821 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 06:15:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8DDE34336E for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 06:15:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3F4154 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 06:15:55 +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: <1634192146.5ac47e9af517a4723bd5381df16d354d3288187e.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: eclass/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ac47e9af517a4723bd5381df16d354d3288187e X-VCS-Branch: master Date: Thu, 14 Oct 2021 06:15:55 +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: 1b1ffbdf-52b2-42bc-9e63-d58cc06650fe X-Archives-Hash: 48d88caa5c44be79058bc671e1ac5733 commit: 5ac47e9af517a4723bd5381df16d354d3288187e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 06:15:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 06:15:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5ac47e9a toolchain.eclass: fix typo in comment Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2bdc8f5633..a07f9b680e 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -261,7 +261,7 @@ fi if tc_has_feature sanitize ; then # libsanitizer relies on 'crypt.h' to be present - # on target. glibc userdto provide it unconditionally. + # on target. glibc used to provide it unconditionally. # Nowadays it's a standalone library: #802648 DEPEND+=" sanitize? ( virtual/libcrypt )" fi