distcc: fix audit
distcc: * `bottle block` (line 11) should be put before `depends_on` (line 9)master
parent
327dfe9bca
commit
cbf3a89919
|
@ -5,9 +5,6 @@ class Distcc < Formula
|
||||||
version "3.2rc1"
|
version "3.2rc1"
|
||||||
sha256 "33e85981ff6afd94efc38b23b2d8b9036b3dff2dc6eac6982b9ff0ae1de64caa"
|
sha256 "33e85981ff6afd94efc38b23b2d8b9036b3dff2dc6eac6982b9ff0ae1de64caa"
|
||||||
|
|
||||||
depends_on "autoconf" => :build
|
|
||||||
depends_on "automake" => :build
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
rebuild 1
|
rebuild 1
|
||||||
sha256 "7550914e05bccc38cf002ae14a2209248166149fa2720f0b8716320433d51c28" => :sierra
|
sha256 "7550914e05bccc38cf002ae14a2209248166149fa2720f0b8716320433d51c28" => :sierra
|
||||||
|
@ -15,6 +12,9 @@ class Distcc < Formula
|
||||||
sha256 "4b38fccd7d1f3ac119bc50f4252fd593a828a6564dfb98d6bc819adff332a4b5" => :yosemite
|
sha256 "4b38fccd7d1f3ac119bc50f4252fd593a828a6564dfb98d6bc819adff332a4b5" => :yosemite
|
||||||
end
|
end
|
||||||
|
|
||||||
|
depends_on "autoconf" => :build
|
||||||
|
depends_on "automake" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Make sure python stuff is put into the Cellar.
|
# 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.
|
# --root triggers a bug and installs into HOMEBREW_PREFIX/lib/python2.7/site-packages instead of the Cellar.
|
||||||
|
|
Loading…
Reference in New Issue