From 6a916a080a4d7e5535d32ca0596df5838e537e2a Mon Sep 17 00:00:00 2001 From: Alex Dunn <dunn.alex@gmail.com> Date: Fri, 17 Apr 2015 14:42:18 -0700 Subject: [PATCH] bbcp: move to head-only Closes Homebrew/homebrew#38769. Signed-off-by: Tim D. Smith <git@tim-smith.us> --- 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 5455db211f..6219cbaf87 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -9,6 +9,7 @@ TAP_MIGRATIONS = { "atari++" => "homebrew/x11", "authexec" => "homebrew/boneyard", "aws-iam-tools" => "homebrew/boneyard", + "bbcp" => "homebrew/head-only", "bcwipe" => "homebrew/boneyard", "blackbox" => "homebrew/boneyard", "bochs" => "homebrew/x11", -- GitLab