aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/protobuf.rb
diff options
context:
space:
mode:
authorJack Nagel2012-03-18 15:33:24 -0500
committerJack Nagel2012-04-01 12:39:59 -0500
commit497b13ac9e088ef2bb9539f0a25ba944c87c6f26 (patch)
treef105351651a7f7bd91099320479c7ed9fdaf50ba /Library/Formula/protobuf.rb
parentb36f59dd3c8a3bf95eeb715e3fdd05bce2ccdc75 (diff)
downloadhomebrew-497b13ac9e088ef2bb9539f0a25ba944c87c6f26.tar.bz2
Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/protobuf.rb')
-rw-r--r--Library/Formula/protobuf.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb
index ef1dabe47..7643d7854 100644
--- a/Library/Formula/protobuf.rb
+++ b/Library/Formula/protobuf.rb
@@ -5,7 +5,9 @@ class Protobuf < Formula
url 'http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2'
sha1 'df5867e37a4b51fb69f53a8baf5b994938691d6d'
- fails_with_llvm :build => 2334
+ fails_with :llvm do
+ build 2334
+ end
def options
[['--universal', 'Do a universal build']]