summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-116.0.5817.0.ebuild
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-06-10 01:34:34 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-06-10 01:34:34 -0400
commitf4c21ecf7898697fa7be599e922a7843e92f177b (patch)
tree9d90d31baf29e71e43d994a360fb68b04fe3153c /www-client/chromium/chromium-116.0.5817.0.ebuild
parent81715458e4dd50fce7f8c10dd6bb93ac720e6c67 (diff)
downloadppo-f4c21ecf7898697fa7be599e922a7843e92f177b.tar.xz
chromium: disable rust
Diffstat (limited to 'www-client/chromium/chromium-116.0.5817.0.ebuild')
-rw-r--r--www-client/chromium/chromium-116.0.5817.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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"