aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs-clang-complete-async.rb
diff options
context:
space:
mode:
authorTing-Yu Lin2014-09-07 23:07:30 +0800
committerJack Nagel2014-09-07 23:49:16 -0500
commit9e2dd2e5c965cef9d63456a616132de341d0d495 (patch)
treee08787f59c99dbcefc1eb276c9575c984e7f51cc /Library/Formula/emacs-clang-complete-async.rb
parentb6dee3924cbecc198a568a3ea8b6438d91bd3b07 (diff)
downloadhomebrew-9e2dd2e5c965cef9d63456a616132de341d0d495.tar.bz2
emacs-clang-complete-async: scope patch to stable
The master branch already has this patch. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/emacs-clang-complete-async.rb')
-rw-r--r--Library/Formula/emacs-clang-complete-async.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb
index e442cfd72..48bc8d3c3 100644
--- a/Library/Formula/emacs-clang-complete-async.rb
+++ b/Library/Formula/emacs-clang-complete-async.rb
@@ -11,8 +11,10 @@ class EmacsClangCompleteAsync < Formula
depends_on 'llvm' => 'with-clang'
- # https://github.com/Golevka/emacs-clang-complete-async/issues/65
- patch :DATA
+ stable do
+ # https://github.com/Golevka/emacs-clang-complete-async/issues/65
+ patch :DATA
+ end
def install
system "make"