From 1fd0488ff4552f67380aa8f8d289658d3be1d09a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 May 2014 22:40:43 -0700 Subject: [PATCH] Move clam to boneyard. Fails to build with clang or on non-/usr/local installs. Closes Homebrew/homebrew#23024. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 8dc85bcd11..fc47430d1c 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -4,6 +4,7 @@ TAP_MIGRATIONS = { "apple-gcc42" => "homebrew/versions", "blackbox" => "homebrew/boneyard", "boost149" => "homebrew/versions", + "clam" => "homebrew/boneyard", "cmucl" => "homebrew/binary", "comparepdf" => "homebrew/boneyard", "denyhosts" => "homebrew/boneyard",