From 29d06320f1c9d0ab8857c6a25404f6b70cdf2bd0 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sat, 26 May 2018 12:57:41 +0200 Subject: [PATCH] ant: remove bottle --- Formula/ant.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Formula/ant.rb b/Formula/ant.rb index 79713afdbc..b193f960a5 100644 --- a/Formula/ant.rb +++ b/Formula/ant.rb @@ -5,12 +5,7 @@ class Ant < Formula sha256 "0b0e09cc25df68b35a750b32d3167f5ed539cf29151636e9f9c260e0c9538ca6" head "https://git-wip-us.apache.org/repos/asf/ant.git" - bottle do - cellar :any_skip_relocation - sha256 "7fa99046291828733ec8059c716f31074ddb4cb4ecd20216e1594bb28b801364" => :high_sierra - sha256 "7fa99046291828733ec8059c716f31074ddb4cb4ecd20216e1594bb28b801364" => :sierra - sha256 "7fa99046291828733ec8059c716f31074ddb4cb4ecd20216e1594bb28b801364" => :el_capitan - end + bottle :unneeded keg_only :provided_by_macos if MacOS.version < :mavericks