From 108339ae0fedcf3428d1040f5562eeff38b1d9c5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 12 May 2014 20:53:51 -0700 Subject: [PATCH] Move mpio and msgpack-rpc to boneyard mpio does not compile with clang or C++11 msgpack-rcp requires mpio --- Library/Homebrew/tap_migrations.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 665f4463c6..06ac9754ce 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -27,6 +27,8 @@ TAP_MIGRATIONS = { "lmutil" => "homebrew/binary", "mlkit" => "homebrew/boneyard", "mlton" => "homebrew/boneyard", + "mpio" => "homebrew/boneyard", + "msgpack-rpc" => "homebrew/boneyard", "mydumper" => "homebrew/boneyard", "nlopt" => "homebrew/science", "octave" => "homebrew/science",