commit: aea389454d6f4bf78c3692839bf93714fb3e9cec
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 08:12:57 2026 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 08:17:41 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea38945
www-client/chromium: M145 - fix `GN_MIN_VER`
`GN_MIN_VER` was typo'd to `0.2138` instead of `0.2318`,
resulting in an incorrect build time dependency. dev-build/gn-0.2318 is
the first version in-tree to support the `string_hash` function; any
earlier versions will fail with an error like:
ERROR at //build/rust/gni_impl/rust_target.gni:51:17: Unknown function.
_dir_hash = string_hash(get_label_info(":${_target_name}", "dir"))
Closes: https://bugs.gentoo.org/969960
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
www-client/chromium/chromium-145.0.7632.45.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/chromium/chromium-145.0.7632.45.ebuild
b/www-client/chromium/chromium-145.0.7632.45.ebuild
index 22c5115d119a..f7894cd06c2e 100644
--- a/www-client/chromium/chromium-145.0.7632.45.ebuild
+++ b/www-client/chromium/chromium-145.0.7632.45.ebuild
@@ -23,7 +23,7 @@ EAPI=8
# using an external CI system that we have some control over, in case
# issues pop up again with official tarball generation.
-GN_MIN_VER=0.2138
+GN_MIN_VER=0.2318
# chromium-tools/get-chromium-toolchain-strings.py (or just use Chromicler)
# Node for M145+ should be 24.12.0 but that's not packaged in Gentoo yet. See
#969145
TEST_FONT="a28b222b79851716f8358d2800157d9ffe117b3545031ae51f69b7e1e1b9a969"