diff options
author | Sam James <sam@gentoo.org> | 2021-07-01 00:12:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-01 00:12:41 +0100 |
commit | 42caf5961b14732427d385756f40986682eb9448 (patch) | |
tree | d49bc5a42a3662ec737ed14f3b738a7b02d91cff /profiles/default | |
parent | default/linux/make.defaults: Drop USE="berkdb" from defaults (diff) | |
download | gentoo-42caf5961b14732427d385756f40986682eb9448.tar.gz gentoo-42caf5961b14732427d385756f40986682eb9448.tar.bz2 gentoo-42caf5961b14732427d385756f40986682eb9448.zip |
profiles/default/linux: fix toolchain@ typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 759764ed3e93..168f895eaf76 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -13,7 +13,7 @@ # Default starting set of USE flags for all default/linux profiles. USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib" -# make sure toolchain has sane defaults <tooclhain@gentoo.org> +# make sure toolchain has sane defaults <toolchain@gentoo.org> USE="${USE} fortran openmp" # Security ftw. |