From 6e422588080bb5163434d8961b2eecea7eced633 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 1 Nov 2025 12:12:36 +0100 Subject: devel/electron35: Remove expired port 2025-10-31 devel/electron35: EOLed upstream, switch to newer version --- devel/electron35/files/patch-extensions_common_command.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/electron35/files/patch-extensions_common_command.cc (limited to 'devel/electron35/files/patch-extensions_common_command.cc') diff --git a/devel/electron35/files/patch-extensions_common_command.cc b/devel/electron35/files/patch-extensions_common_command.cc deleted file mode 100644 index 1ee04f732f41..000000000000 --- a/devel/electron35/files/patch-extensions_common_command.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- extensions/common/command.cc.orig 2025-03-24 20:50:14 UTC -+++ extensions/common/command.cc -@@ -116,7 +116,7 @@ std::string Command::CommandPlatform() { - return ui::kKeybindingPlatformMac; - #elif BUILDFLAG(IS_CHROMEOS) - return ui::kKeybindingPlatformChromeOs; --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - return ui::kKeybindingPlatformLinux; - #elif BUILDFLAG(IS_FUCHSIA) - // TODO(crbug.com/40220501): Change this once we decide what string should be -- cgit v1.2.3