From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAF2C15838C for ; Wed, 31 Jan 2024 10:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 044D5E2A77; Wed, 31 Jan 2024 10:32:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id E15AFE2A77 for ; Wed, 31 Jan 2024 10:32:44 +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 1D68334314A for ; Wed, 31 Jan 2024 10:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7763314BD for ; Wed, 31 Jan 2024 10:32:42 +0000 (UTC) From: "Sam James" 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" Message-ID: <1706697087.3a15cff64a9c8b419132821d9c80dce9f1f10f89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-121.0.6167.139.ebuild www-client/chromium/chromium-122.0.6261.6-r1.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a15cff64a9c8b419132821d9c80dce9f1f10f89 X-VCS-Branch: master Date: Wed, 31 Jan 2024 10:32:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfd63e0a-999a-4896-a3c6-0bb50d1bc5fa X-Archives-Hash: 6c591f03b84b4dd10da3689b13f2e666 commit: 3a15cff64a9c8b419132821d9c80dce9f1f10f89 Author: Sam James gentoo org> AuthorDate: Wed Jan 31 10:31:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 31 10:31:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a15cff6 www-client/chromium: fix typo in comment Signed-off-by: Sam James gentoo.org> www-client/chromium/chromium-121.0.6167.139.ebuild | 2 +- www-client/chromium/chromium-122.0.6261.6-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-121.0.6167.139.ebuild b/www-client/chromium/chromium-121.0.6167.139.ebuild index 28d4caeb142b..d88600e2d029 100644 --- a/www-client/chromium/chromium-121.0.6167.139.ebuild +++ b/www-client/chromium/chromium-121.0.6167.139.ebuild @@ -930,7 +930,7 @@ chromium_configure() { # The sysroot is the oldest debian image that chromium supports, we don't need it myconf_gn+=" use_sysroot=false" - # This determines whether or not GN uses the bundled + # This determines whether or not GN uses the bundled libcxx # default: true if use libcxx || [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then myconf_gn+=" use_custom_libcxx=true" diff --git a/www-client/chromium/chromium-122.0.6261.6-r1.ebuild b/www-client/chromium/chromium-122.0.6261.6-r1.ebuild index 9eea4b353358..613c739d85c8 100644 --- a/www-client/chromium/chromium-122.0.6261.6-r1.ebuild +++ b/www-client/chromium/chromium-122.0.6261.6-r1.ebuild @@ -929,7 +929,7 @@ chromium_configure() { # The sysroot is the oldest debian image that chromium supports, we don't need it myconf_gn+=" use_sysroot=false" - # This determines whether or not GN uses the bundled + # This determines whether or not GN uses the bundled libcxx # default: true if use libcxx || [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then myconf_gn+=" use_custom_libcxx=true"