From f4c21ecf7898697fa7be599e922a7843e92f177b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 10 Jun 2023 01:34:34 -0400 Subject: chromium: disable rust --- www-client/chromium/chromium-116.0.5817.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www-client/chromium/chromium-116.0.5817.0.ebuild') diff --git a/www-client/chromium/chromium-116.0.5817.0.ebuild b/www-client/chromium/chromium-116.0.5817.0.ebuild index 6bc2b1c..ba12ed2 100644 --- a/www-client/chromium/chromium-116.0.5817.0.ebuild +++ b/www-client/chromium/chromium-116.0.5817.0.ebuild @@ -713,6 +713,9 @@ chromium_configure() { EOF local -x PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+"${PKG_CONFIG_PATH}:"}${T}/libsystemd" + # Disable rust for now; it's only used for testing and we don't need the additional bdep + myconf_gn+=" enable_rust=false" + # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. myconf_gn+=" is_debug=false" -- cgit v1.2.3