distcc: fix audit

distcc:
  * `bottle block` (line 11) should be put before `depends_on` (line 9)
master
Miguel Araújo 2017-02-11 21:14:41 -03:00 committed by Mike McQuaid
parent 327dfe9bca
commit cbf3a89919
1 changed files with 3 additions and 3 deletions

View File

@ -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.