From ef6171e19aef0179b6c9747dd79eaf72fc98d406 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 7 Oct 2013 19:16:51 -0700 Subject: beansdb: remove clang version from fails_with --- Library/Formula/beansdb.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/beansdb.rb b/Library/Formula/beansdb.rb index c563b9145..51e3c6b54 100644 --- a/Library/Formula/beansdb.rb +++ b/Library/Formula/beansdb.rb @@ -2,15 +2,14 @@ require 'formula' class Beansdb < Formula homepage 'https://github.com/douban/beansdb' + head 'https://github.com/douban/beansdb.git', :branch => 'master' url 'https://github.com/douban/beansdb/archive/v0.6.tar.gz' sha1 '9099ce607ff3c3eba251ee34ae65a08c4e3715b9' - head 'https://github.com/douban/beansdb.git', :branch => 'master' - depends_on :automake fails_with :clang do - build 425 + cause "Known not to compile with clang." end def install -- cgit v1.2.3