From ae3b8159086cd480eff6daf9bfc7e03bdd0ff7bb Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 16 Jun 2015 19:12:42 +0100 Subject: [PATCH] gtkglarea and qiv: migrating to homebrew/boneyard victims of the transitioning to gtk-quartz-only: Homebrew/homebrew#39868 a PR has been opened in the boneyard: Homebrew/homebrew-boneyard#54 Closes Homebrew/homebrew#40792. Signed-off-by: Dominyk Tiller --- 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 53739d168f..217a9e1fe0 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -91,6 +91,7 @@ TAP_MIGRATIONS = { "gromacs" => "homebrew/science", "gsmartcontrol" => "homebrew/x11", "gtk-chtheme" => "homebrew/x11", + "gtkglarea" => "homebrew/boneyard", "gtksourceviewmm" => "homebrew/x11", "gtksourceviewmm3" => "homebrew/x11", "gtkwave" => "homebrew/x11", @@ -167,6 +168,7 @@ TAP_MIGRATIONS = { "pyenv-pip-rehash" => "homebrew/boneyard", "pyxplot" => "homebrew/x11", "qfits" => "homebrew/boneyard", + "qiv" => "homebrew/boneyard", "qrupdate" => "homebrew/science", "rdesktop" => "homebrew/x11", "rofs-filtered" => "homebrew/fuse",