summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-10-12 19:43:14 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-10-13 15:40:04 +0200
commitfdec35b2b613337ef664ae01d77e137a5dd1ca58 (patch)
tree78d55040889d43c301976e434dfb2947452bcaaf /dev-ruby/selenium-webdriver
parentdev-lua/lpeg: remove unused patch (diff)
downloadgentoo-fdec35b2b613337ef664ae01d77e137a5dd1ca58.tar.gz
gentoo-fdec35b2b613337ef664ae01d77e137a5dd1ca58.tar.bz2
gentoo-fdec35b2b613337ef664ae01d77e137a5dd1ca58.zip
dev-ruby/selenium-webdriver: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ruby/selenium-webdriver')
-rw-r--r--dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch b/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch
deleted file mode 100644
index b9d1635067f2..000000000000
--- a/dev-ruby/selenium-webdriver/files/selenium-webdriver-4.13.1-selenium-manager.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/lib/selenium/webdriver/common/selenium_manager.rb 2023-10-06 08:41:15.713237699 +0200
-+++ b/lib/selenium/webdriver/common/selenium_manager.rb 2023-10-06 08:42:45.809927730 +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.
-@@ -82,7 +82,7 @@
- elsif Platform.mac?
- "#{directory}/macos/selenium-manager"
- elsif Platform.linux?
-- "#{directory}/linux/selenium-manager"
-+ "#{directory}/selenium-manager"
- end
- end)
-