aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2012-11-15 14:20:36 -0600
committerMisty De Meo2012-11-15 14:21:29 -0600
commit5083369eec49ee1078b5b4fb7d1c91f4a19255fa (patch)
tree1ab8d6b305f7b3ccb412b0796d47d1e6ed510c7e /Library/Formula
parent607db3d4368ec53d2aa55ea18fb746a43e7327a7 (diff)
downloadhomebrew-5083369eec49ee1078b5b4fb7d1c91f4a19255fa.tar.bz2
mysql: temporarily remove bottles
Until someone has the chance to generate new ones.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysql.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 03d741c41..f7c75fa67 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -6,12 +6,6 @@ class Mysql < Formula
version '5.5.28'
sha1 '7b029e61db68866eeea0bec40d47fcdced30dd36'
- bottle do
- sha1 '7aa66b8ea9b03baec9c5d1a678a7c547494e00fe' => :mountainlion
- sha1 '5257fd34a20a2375e1d73c733c44e2d0fa1bcae2' => :lion
- sha1 '8fe8c5db43b129e45823444180f4d81af0c0c880' => :snowleopard
- end
-
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion