aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/bottles.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-03-01 17:44:58 +0000
committerMike McQuaid2013-03-01 17:49:09 +0000
commit8f3579302017a90e4cafe911fcd0de122005e55c (patch)
treeb7bce722ae4a2acb00614b1cd876ecd7b405bb61 /Library/Homebrew/bottles.rb
parent20c0ddc40100b08f26d274c550ab0051d9831d21 (diff)
downloadbrew-8f3579302017a90e4cafe911fcd0de122005e55c.tar.bz2
Support 32-bit 10.6 bottles.
Closes Homebrew/homebrew#17735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/bottles.rb')
-rw-r--r--Library/Homebrew/bottles.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 07eb2c5f3..a11350fed 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -14,7 +14,6 @@ def install_bottle? f
and f.downloader.local_bottle_path
return false if ARGV.build_from_source?
- return false unless MacOS.bottles_supported?
return false unless f.pour_bottle?
return false unless f.build.used_options.empty?
return false unless bottle_current?(f)