From 5291bb4a2ea0308006fa7787657cda40612e71a8 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 11 Mar 2016 14:52:42 +0000 Subject: [PATCH] arpon: boneyard Upstream have dropped support for OS X in the latest release. Closes Homebrew/homebrew#49442. --- 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 8c82d37abb..c0466e3883 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -6,6 +6,7 @@ TAP_MIGRATIONS = { "apple-gcc42" => "homebrew/dupes", "appswitch" => "homebrew/binary", "archivemount" => "homebrew/fuse", + "arpon" => "homebrew/boneyard", "atari++" => "homebrew/x11", "auctex" => "homebrew/tex", "authexec" => "homebrew/boneyard",