commit:     ee204e59d3c7f052b0e6fc6cb084f040f1b8ad09
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec  8 10:29:23 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 13:19:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee204e59

dev-ruby/selenium-webdriver: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 ...elenium-webdriver-4.11.0-selenium-manager.patch | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git 
a/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.11.0-selenium-manager.patch
 
b/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.11.0-selenium-manager.patch
deleted file mode 100644
index e99fd35549e0..000000000000
--- 
a/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.11.0-selenium-manager.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/lib/selenium/webdriver/common/selenium_manager.rb        2023-08-25 
13:17:11.962989216 +0200
-+++ b/lib/selenium/webdriver/common/selenium_manager.rb        2023-08-25 
13:18:02.983400166 +0200
-@@ -31,7 +31,7 @@
-         attr_writer :bin_path
- 
-         def bin_path
--          @bin_path ||= '../../../../../bin'
-+          @bin_path ||= '/usr/bin'
-         end
- 
-         # @param [Options] options browser options.
---- a/lib/selenium/webdriver/common/selenium_manager.rb        2023-08-25 
13:27:16.215857048 +0200
-+++ b/lib/selenium/webdriver/common/selenium_manager.rb        2023-08-25 
13:27:42.664070234 +0200
-@@ -81,7 +81,7 @@
-                     elsif Platform.mac?
-                       '/macos/selenium-manager'
-                     elsif Platform.linux?
--                      '/linux/selenium-manager'
-+                      '/selenium-manager'
-                     end
-             location = File.expand_path(path, __FILE__)
- 

Reply via email to