mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
sys-cluster/pcs-0.10.7: initial ebuild
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
11
sys-cluster/pcs/files/remove-ruby-bundle-path.patch
Normal file
11
sys-cluster/pcs/files/remove-ruby-bundle-path.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/pcs/settings_default.py 2018-11-23 12:57:53.000000000 +0000
|
||||
+++ b/pcs/settings_default.py 2019-05-11 20:07:19.080000000 +0000
|
||||
@@ -81,7 +81,7 @@
|
||||
])
|
||||
# Set pcsd_gem_path to None if there are no bundled ruby gems and the path does
|
||||
# not exists.
|
||||
-pcsd_gem_path = "vendor/bundle/ruby"
|
||||
+pcsd_gem_path = ""
|
||||
ruby_executable = "/usr/bin/ruby"
|
||||
|
||||
gui_session_lifetime_seconds = 60 * 60
|
||||
Reference in New Issue
Block a user