From 5eb5e4499c95d383b72143e9134d00946f3cddb4 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 4 Nov 2014 11:02:56 -0800 Subject: libtorrent: pull bottles Since this are C++, and don't build with clang, the bots are pulling in the GCC formula. They then link against that GCC's libstdc++, and will not run for users who don't have GCC installed. --- Library/Formula/libtorrent.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library') diff --git a/Library/Formula/libtorrent.rb b/Library/Formula/libtorrent.rb index 3aa0b97d4..53310d940 100644 --- a/Library/Formula/libtorrent.rb +++ b/Library/Formula/libtorrent.rb @@ -5,14 +5,6 @@ class Libtorrent < Formula url "http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.4.tar.gz" sha1 "3a3ca87054d020bc376abe2c1ea15bbbaef31131" - bottle do - cellar :any - revision 1 - sha1 "dad688e6891698d0d831e790dcfb15fa68fa8936" => :yosemite - sha1 "e2e4a075b89b560db4bee7ab228560574fad1b70" => :mavericks - sha1 "4be608f09508bc55ad1daefa8ba6960dcd636758" => :mountain_lion - end - depends_on "pkg-config" => :build # https://github.com/Homebrew/homebrew/issues/24132 -- cgit v1.2.3