From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1730058-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E57E1581EE for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 21:57:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 38FB834333E for <garchives@archives.gentoo.org>; Fri, 21 Mar 2025 21:57:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7FDB01104AC; Fri, 21 Mar 2025 21:57:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 765B01104AC for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 21:57:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B4B2343237 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 21:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B991EEA for <gentoo-commits@lists.gentoo.org>; Fri, 21 Mar 2025 21:57:27 +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: <1742593913.82cd86df0000826b970f1d7525e00d1822fdabad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 82cd86df0000826b970f1d7525e00d1822fdabad X-VCS-Branch: master Date: Fri, 21 Mar 2025 21:57:27 +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: 82f89173-bdd7-482a-a02d-9039f0d66c20 X-Archives-Hash: 460ac4de12a3c0f1428a824b2b2f4e9d 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 <slyfox@gentoo.org> (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