From de2ae79956e40ba0885adbd305a9fefa5482747e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 18 Feb 2023 09:54:15 -0500 Subject: chromium: disable remoting again. --- www-client/chromium/Manifest | 2 +- www-client/chromium/chromium-112.0.5596.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client') diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index b0e088c..7a225bb 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -21,4 +21,4 @@ DIST chromium-110.0.5478.4.tar.xz 1702030384 BLAKE2B 8786705ca668056d36a89988773 DIST chromium-112.0.5596.2.tar.xz 1718784936 BLAKE2B ab64af76c9a5b41ec19e32a98170fcb911012316700b225e08fd593ee51d681519e99078f9010a9e3368567a6047776607087b3ae4a6e952bbe5e4c5c49ef681 SHA512 65847b1206bf078d6bc67f597b94bad3219b55c8398bbdac2db01040bc2a37cb1fb2971ceabd8c5c68fd1769a2550c6abcb5c6e726424175af0c5d14eeba16a4 DIST chromium-profiler-0.2.tar 259952640 BLAKE2B 5e82389fce00b267280d633b26551231c558b80f0c92cd7d60271095a3503365ab673e7a46dc5f74f8a82db1f21262cb24dcc0531d954bab5fb3b175dab3394d SHA512 9fa89a5ab728419683e7495ae676567480987d68a2d589f2aa97bfcbcf123f3c8f97f8bca5f65e5e3f6e41475535add473ded83b9c7a33bb4746a9d05b298a6c EBUILD chromium-110.0.5478.4.ebuild 32927 BLAKE2B 216a8e78a7d1aa59614d83421dbbd7fc1a7d61be3e3bf4eef72c248765bd3cfca3436a1f7ac8c93e489a36915d38c04ad85b5e2930a7fc2ebba66bb57f99e11c SHA512 6e41f29ce43ebab3ef01fb4c1502e68a1f3ff0ce52e6df274e67ff91f61660122a2a5c0bd0ca0f848cac2a78ef2eea83c6e7299ad8b729ec3f381c5cca94c30a -EBUILD chromium-112.0.5596.2.ebuild 38314 BLAKE2B 8f53a912808e1f4d4239624d52cca1943a5e19ef4d334c4b40ac38d86b1c69d651dec00f56165499722b9f8cd267f7872c279df357d6e116506d73aaed2bf614 SHA512 17a19fedbfcad49d78843391682554f53ddba1d6e2c0161090cb0c0e47a1172fa36c862852058af51638f79d098cded48db10c7e0d6525ec9c0c531fe8db66d3 +EBUILD chromium-112.0.5596.2.ebuild 38313 BLAKE2B 33350b2eaf037505546ac26ae70723a64fbe0bd0746a233cbf7ed606df67b32dd0e088bc0627f9999845a9e879ee5e7b0541a5fbe17a6c699abd8797aa31a4bc SHA512 cccf815ab175e967cfed414819ba91d463a783c54567f5e735c5ad5824b007d571f37a19128e9a6d8ab8b91b89e3f572f2f1a7d6e36fe4fe07b9d90762b4d74d diff --git a/www-client/chromium/chromium-112.0.5596.2.ebuild b/www-client/chromium/chromium-112.0.5596.2.ebuild index 5d22da6..9d11ae7 100644 --- a/www-client/chromium/chromium-112.0.5596.2.ebuild +++ b/www-client/chromium/chromium-112.0.5596.2.ebuild @@ -926,6 +926,7 @@ chromium_configure() { # Enable ozone wayland and/or headless support myconf_gn+=" use_ozone=true ozone_auto_platforms=false" myconf_gn+=" ozone_platform_headless=true" + myconf_gn+=" enable_remoting=false" if use headless; then myconf_gn+=" ozone_platform=\"headless\"" myconf_gn+=" use_xkbcommon=false use_gtk=false use_qt=false" @@ -933,7 +934,6 @@ chromium_configure() { myconf_gn+=" use_pangocairo=false use_alsa=false" myconf_gn+=" use_libpci=false use_udev=false" myconf_gn+=" enable_print_preview=false" - myconf_gn+=" enable_remoting=false" else myconf_gn+=" use_system_libdrm=true" myconf_gn+=" use_system_minigbm=true" -- cgit v1.2.3