Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: eclass/
Date: Thu, 14 Oct 2021 06:16:00
Message-Id: 1634192146.5ac47e9af517a4723bd5381df16d354d3288187e.sam@gentoo
1 commit: 5ac47e9af517a4723bd5381df16d354d3288187e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 06:15:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 06:15:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5ac47e9a
7
8 toolchain.eclass: fix typo in comment
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 2bdc8f5633..a07f9b680e 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -261,7 +261,7 @@ fi
20
21 if tc_has_feature sanitize ; then
22 # libsanitizer relies on 'crypt.h' to be present
23 - # on target. glibc userdto provide it unconditionally.
24 + # on target. glibc used to provide it unconditionally.
25 # Nowadays it's a standalone library: #802648
26 DEPEND+=" sanitize? ( virtual/libcrypt )"
27 fi