summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-10-30 12:12:44 +0100
committerDavid Seifert <soap@gentoo.org>2022-10-30 12:12:44 +0100
commit19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b (patch)
treeee22e336490f47a3b51a9d99224e0b490fa4eb3b /dev-ruby/capistrano
parentdev-libs/rapidjson/files: [QA] use git-format-patch style patches (diff)
downloadgentoo-19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b.tar.gz
gentoo-19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b.tar.bz2
gentoo-19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b.zip
dev-ruby/capistrano: [QA] use git-format-patch style patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r--dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch b/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch
index cbe68a476fd4..5437d08113e5 100644
--- a/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch
+++ b/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch
@@ -1,6 +1,5 @@
-diff -ur /usr/lib/ruby/gems/1.9.1/gems/capistrano-2.15.5/lib/capistrano/recipes/deploy.rb ./lib/capistrano/recipes/deploy.rb
---- ./lib/capistrano/recipes/deploy.rb 2014-08-13 15:11:31.423773610 +0200
-+++ /usr/lib/ruby/gems/1.9.1/gems/capistrano-2.15.5/lib/capistrano/recipes/deploy.rb 2014-05-04 11:40:39.000000000 +0200
+--- a/lib/capistrano/recipes/deploy.rb
++++ b/lib/capistrano/recipes/deploy.rb
@@ -462,7 +462,7 @@
DESC
task :cleanup, :except => { :no_release => true } do