aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
authorMax Howell2011-09-02 11:15:29 +0100
committerMax Howell2011-09-02 12:12:30 +0100
commitb6aa338e6f52aa53836c834e571ba7f92a65576c (patch)
treead5ab826373c5c79d2d28745ecaca89b56ed7bad /Library/Formula/ruby.rb
parent1914b8927096e53cd7be503fc6fcf9c18a98465b (diff)
downloadhomebrew-b6aa338e6f52aa53836c834e571ba7f92a65576c.tar.bz2
Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 2f8f9b2ee..c0f3bb19c 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -9,7 +9,7 @@ class Ruby < Formula
depends_on 'readline'
depends_on 'libyaml'
- fails_with_llvm :build => 2326 if MacOS.lion?
+ fails_with_llvm :build => 2326
# Stripping breaks dynamic linking
skip_clean :all