From 3ef1a9241de6ebc611456ae4728b53c8b295202d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 23 Nov 2013 16:05:51 -0800 Subject: [PATCH] Redact boost149 from core boost149 does not build with 10.9, so remove it from core along with two formulae that do not build with the latest version of Boost. Closes Homebrew/homebrew#23696. --- Library/Homebrew/tap_migrations.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index eeb25b7abc..ca3425f491 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -7,4 +7,7 @@ TAP_MIGRATIONS = { 'blackbox' => 'homebrew/boneyard', 'libgtextutils' => 'homebrew/science', 'syslog-ng' => 'homebrew/boneyard', + 'librets' => 'homebrew/boneyard', + 'drizzle' => 'homebrew/boneyard', + 'boost149' => 'homebrew/versions, }