From 1ead455b83d3f2bab928ed2ac4c05e3c23299048 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 15 Oct 2009 16:28:44 +0100 Subject: [PATCH] Blacklist brew create scons --- Library/Homebrew/brew.h.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 24f9046a94..92e29b48f6 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -110,8 +110,8 @@ Apple distributes this library with OS X, you can find it in /usr/X11/lib. However not all build scripts look here, so you may need to call ENV.x11 or ENV.libxml2 in your formula's install function. EOS - when 'mercurial' - raise "Mercurial is blacklisted for creation because it is provided by easy_install" + when 'mercurial', 'scons' + raise "#{name} is blacklisted for creation because it is provided by easy_install" end __make url, name