From 839f9dfe876eba737416c76ebbe50b98d94301b8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 12 May 2014 10:30:32 -0700 Subject: [PATCH] Move solfege to the boneyard. Newer versions do not compile on OS X, and the project does not seem to be actively maintained at the moment. Closes Homebrew/homebrew#25065. --- 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 e98f334d4b..665f4463c6 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -37,6 +37,7 @@ TAP_MIGRATIONS = { "qrupdate" => "homebrew/science", "slicot" => "homebrew/science", "shark" => "homebrew/boneyard", + "solfege" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard",