aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jnethack.rb
diff options
context:
space:
mode:
authorJack Nagel2011-10-28 15:29:31 -0500
committerJack Nagel2011-10-28 15:52:44 -0500
commit842d0af74c938db0f0123c79914c30ef704f1a5d (patch)
treee7c8a79fdb2a82159ffcc00c29b4e65d5bff6e3e /Library/Formula/jnethack.rb
parenta8e6d275ba4b8c4d3052e6370b20eaf7bcd521cd (diff)
downloadhomebrew-842d0af74c938db0f0123c79914c30ef704f1a5d.tar.bz2
Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/jnethack.rb')
-rw-r--r--Library/Formula/jnethack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jnethack.rb b/Library/Formula/jnethack.rb
index ce080eefd..af9f613f4 100644
--- a/Library/Formula/jnethack.rb
+++ b/Library/Formula/jnethack.rb
@@ -11,7 +11,7 @@ class Jnethack < Formula
version '3.4.3-0.10'
md5 '21479c95990eefe7650df582426457f9'
- fails_with_llvm
+ fails_with_llvm :build => 2334
# Don't remove save folder
skip_clean 'libexec/save'