From cbf3a8991912e8fbb23bd25c59b21623bd4a3662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Sat, 11 Feb 2017 21:14:41 -0300 Subject: [PATCH] distcc: fix audit distcc: * `bottle block` (line 11) should be put before `depends_on` (line 9) --- Formula/distcc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/distcc.rb b/Formula/distcc.rb index 9eb9f36bf57..5bb32d18f5e 100644 --- a/Formula/distcc.rb +++ b/Formula/distcc.rb @@ -5,9 +5,6 @@ class Distcc < Formula version "3.2rc1" sha256 "33e85981ff6afd94efc38b23b2d8b9036b3dff2dc6eac6982b9ff0ae1de64caa" - depends_on "autoconf" => :build - depends_on "automake" => :build - bottle do rebuild 1 sha256 "7550914e05bccc38cf002ae14a2209248166149fa2720f0b8716320433d51c28" => :sierra @@ -15,6 +12,9 @@ class Distcc < Formula sha256 "4b38fccd7d1f3ac119bc50f4252fd593a828a6564dfb98d6bc819adff332a4b5" => :yosemite end + depends_on "autoconf" => :build + depends_on "automake" => :build + def install # Make sure python stuff is put into the Cellar. # --root triggers a bug and installs into HOMEBREW_PREFIX/lib/python2.7/site-packages instead of the Cellar.