From 89b20cf61e2226d4ef9e35beb633c1fa3166dbfe Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 18 Jun 2015 08:54:42 +0100 Subject: [PATCH] tap_migrations: move some x11 to boneyard. https://github.com/Homebrew/homebrew-boneyard/pull/53 --- Library/Homebrew/tap_migrations.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 217a9e1fe0..821491e314 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -62,7 +62,7 @@ TAP_MIGRATIONS = { "fox" => "homebrew/x11", "freeglut" => "homebrew/x11", "freerdp" => "homebrew/x11", - "fsv" => "homebrew/x11", + "fsv" => "homebrew/boneyard", "fuse-zip" => "homebrew/fuse", "fuse4x-kext" => "homebrew/fuse", "fuse4x" => "homebrew/fuse", @@ -77,7 +77,7 @@ TAP_MIGRATIONS = { "git-flow-clone" => "homebrew/boneyard", "gitfs" => "homebrew/fuse", "git-latexdiff" => "homebrew/tex", - "gkrellm" => "homebrew/x11", + "gkrellm" => "homebrew/boneyard", "glade" => "homebrew/x11", "gle" => "homebrew/x11", "gnumeric" => "homebrew/x11", @@ -209,7 +209,7 @@ TAP_MIGRATIONS = { "upnp-router-control" => "homebrew/x11", "urweb" => "homebrew/boneyard", "ushare" => "homebrew/boneyard", - "viewglob" => "homebrew/x11", + "viewglob" => "homebrew/boneyard", "wdfs" => "homebrew/fuse", "wkhtmltopdf" => "homebrew/boneyard", "wmctrl" => "homebrew/x11",