commit: 3a15cff64a9c8b419132821d9c80dce9f1f10f89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 10:31:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"