From b6aa338e6f52aa53836c834e571ba7f92a65576c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 2 Sep 2011 11:15:29 +0100 Subject: 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. --- Library/Formula/mysql.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/mysql.rb') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index d9cec87dd..ab2947668 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -9,8 +9,7 @@ class Mysql < Formula depends_on 'readline' depends_on 'pidof' - fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", - :build => 2326 if MacOS.lion? + fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", :build => 2326 skip_clean :all # So "INSTALL PLUGIN" can work. -- cgit v1.2.3