Skip to content

Commit

Permalink
beansdb: remove clang version from fails_with
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Oct 8, 2013
1 parent bdd30cc commit e4614c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/beansdb.rb
Expand Up @@ -2,15 +2,14 @@

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
Expand Down

0 comments on commit e4614c1

Please sign in to comment.