Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
Date: Wed, 30 Jun 2021 23:13:05
Message-Id: 1625094761.42caf5961b14732427d385756f40986682eb9448.sam@gentoo
1 commit: 42caf5961b14732427d385756f40986682eb9448
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 23:12:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 23:12:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42caf596
7
8 profiles/default/linux: fix toolchain@ typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/default/linux/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
16 index 759764ed3e9..168f895eaf7 100644
17 --- a/profiles/default/linux/make.defaults
18 +++ b/profiles/default/linux/make.defaults
19 @@ -13,7 +13,7 @@
20 # Default starting set of USE flags for all default/linux profiles.
21 USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
22
23 -# make sure toolchain has sane defaults <tooclhain@g.o>
24 +# make sure toolchain has sane defaults <toolchain@g.o>
25 USE="${USE} fortran openmp"
26
27 # Security ftw.