aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-18 21:30:47 +0100
committerMike McQuaid2013-09-18 21:30:47 +0100
commitcfdb1b76b194c04e6e6c8998d085135f653f14b3 (patch)
tree931730b99ada25483728888776eddc59f491b890 /Library/Formula
parentc3658f7cd740619b94f02f3b6baa5d7ee5b5ab61 (diff)
downloadhomebrew-cfdb1b76b194c04e6e6c8998d085135f653f14b3.tar.bz2
rbenv-gem-rehash: add upstream etc patch.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rbenv-gem-rehash.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/rbenv-gem-rehash.rb b/Library/Formula/rbenv-gem-rehash.rb
index cc19cb485..75dbdb231 100644
--- a/Library/Formula/rbenv-gem-rehash.rb
+++ b/Library/Formula/rbenv-gem-rehash.rb
@@ -7,6 +7,11 @@ class RbenvGemRehash < Formula
depends_on 'rbenv'
+ def patches
+ # Fixes issues with Homebrew-managed git-etc alpha.
+ 'https://github.com/sstephenson/rbenv-gem-rehash/commit/0756890cfd9c7bbbdde38560fe81626a0c5769bd.patch'
+ end
+
def install
prefix.install Dir['*']
end