aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-08-01 20:15:57 -0500
committerJack Nagel2014-08-01 20:15:57 -0500
commit6b524e8e005f957166dd12ee51c7a8c7f0a40821 (patch)
treeeb6742009621c833ff5828709fc2e587b527b9a1 /Library/Formula
parent43a2da2d5e58ddffefd8359b7fed53dd6d2a0ad1 (diff)
downloadhomebrew-6b524e8e005f957166dd12ee51c7a8c7f0a40821.tar.bz2
Pass integers to build
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/python3.rb2
-rw-r--r--Library/Formula/rtmpdump.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 2bc408d77..5cd33672f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -43,7 +43,7 @@ class Python3 < Formula
end
fails_with :llvm do
- build '2336'
+ build 2336
cause <<-EOS.undent
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index 7c9830d16..70540d4ac 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -13,7 +13,7 @@ class Rtmpdump < Formula
depends_on 'openssl'
fails_with :llvm do
- build '2336'
+ build 2336
cause "Crashes at runtime"
end