aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-06-20 19:48:09 +0100
committerMike McQuaid2014-06-20 19:49:32 +0100
commit510d8594bee5749320177fd6d0a9c6f56d43384a (patch)
treef655b683899d8388b6cfa660f51926c6920b8f0b /Library
parenta3e04efbbcc7a663837ef719f2e7e82fc0f7a45a (diff)
downloadhomebrew-510d8594bee5749320177fd6d0a9c6f56d43384a.tar.bz2
Revert "nanopb-generator: add 0.2.7 bottle."
This reverts commit a598c608d25540af09bb50d61931a1908cdcbc2f.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nanopb-generator.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/nanopb-generator.rb b/Library/Formula/nanopb-generator.rb
index 2d3b0fe31..70d049210 100644
--- a/Library/Formula/nanopb-generator.rb
+++ b/Library/Formula/nanopb-generator.rb
@@ -5,13 +5,6 @@ class NanopbGenerator < Formula
url "http://koti.kapsi.fi/~jpa/nanopb/download/nanopb-0.2.7.tar.gz"
sha1 "7dce0b9e1f9e5d0614697a8ea1678cee76f14858"
- bottle do
- cellar :any
- sha1 "17ab08281b2734251b83a6bd771ce9f0c6472d25" => :mavericks
- sha1 "6f12390b3d7a46d43831b88b6bc5b13effc73eef" => :mountain_lion
- sha1 "68d97449f3eef3ae25fa9f063457802080bb054d" => :lion
- end
-
depends_on :python if MacOS.version <= :snow_leopard
depends_on "protobuf"