commit: 82cd86df0000826b970f1d7525e00d1822fdabad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 21 21:51:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 21:51:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cd86df
profiles/base: fix typo in comment Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 955f942b7e7b..7403a5fe9132 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -253,7 +253,7 @@ net-misc/wget ssl llvm-runtimes/libcxx libcxxabi # Sergei Trofimovich <[email protected]> (2019-08-17) -# USE=-cxx us a sure way to break native install as modern gcc +# USE=-cxx is a sure way to break native install as modern gcc # requires C++ to bootstrap. But in rare cases it's useful # to have a compiler not capable of C++, bug #692126. sys-devel/gcc cxx
