From 268b3bbd765257a9036f781c451652df7db36e17 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 23 Oct 2015 20:00:11 +0800 Subject: [PATCH] jsonpp: bottle unneeded --- Formula/jsonpp.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/jsonpp.rb b/Formula/jsonpp.rb index 1128c9580d901..ed0adb6d31077 100644 --- a/Formula/jsonpp.rb +++ b/Formula/jsonpp.rb @@ -5,6 +5,8 @@ class Jsonpp < Formula version "1.2.0" sha256 "f680a18341fec15d0e4235e579e551ffab243e0ea9e6f5fc90106a62db8f5780" + bottle :unneeded + def install bin.install "jsonpp" end