aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-10-15 16:28:44 +0100
committerMax Howell2009-10-15 16:51:58 +0100
commit8188ec3f5937e0be91c3199be53f4565b46eb0a2 (patch)
tree77608650c6965901677ea6ba700cf600c2e54a88 /Library
parent629c4e3c11d58c102805c70c7509a734c594b4a9 (diff)
downloadhomebrew-8188ec3f5937e0be91c3199be53f4565b46eb0a2.tar.bz2
Blacklist brew create scons
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 24f9046a9..92e29b48f 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