From 7266ecd4e3799006d0482708a3331bfac4e1e0d1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 15 Oct 2014 00:52:57 -0500 Subject: Hide install receipt key names --- Library/Homebrew/tab.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Homebrew/tab.rb') diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index ea619d57c..96639fb20 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -121,6 +121,10 @@ class Tab < OpenStruct CxxStdlib.create(lib, cc.to_sym) end + def build_bottle? + built_as_bottle && !poured_from_bottle + end + def to_json Utils::JSON.dump({ :used_options => used_options.as_flags, -- cgit v1.2.3