commit: aaef2b22c52b17ed6ee5c8567eeb12021c854b36 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu Feb 19 21:42:50 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Feb 19 21:44:36 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaef2b22
www-client/chromium: fix RUST_REQ_USE This was Typo'd as `RUSC_REQ_USE` and wouldn't actually pull in `rustfmt`. We've been lucky enough so far that no users hit this, let's get it resolved before any new bugs are logged! Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/chromium/chromium-145.0.7632.109.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-145.0.7632.109.ebuild b/www-client/chromium/chromium-145.0.7632.109.ebuild index 006d5b18cfb2..367f7fb88b81 100644 --- a/www-client/chromium/chromium-145.0.7632.109.ebuild +++ b/www-client/chromium/chromium-145.0.7632.109.ebuild @@ -23,7 +23,6 @@ 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.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 @@ -46,7 +45,7 @@ PYTHON_REQ_USE="xml(+)" RUST_MIN_VER=1.91.0 RUST_NEEDS_LLVM="yes please" RUST_OPTIONAL="yes" # Not actually optional, but we don't need system Rust (or LLVM) with USE=bundled-toolchain -RUSC_REQ_USE="rustfmt" # Upstream run rustfmt on bindgen output, so we need it to be available. +RUST_REQ_USE="rustfmt" # Upstream run rustfmt on bindgen output, so we need it to be available. inherit check-reqs chromium-2 desktop flag-o-matic llvm-r1 multiprocessing ninja-utils pax-utils inherit python-any-r1 readme.gentoo-r1 rust systemd toolchain-funcs virtualx xdg-utils
