aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-23 16:05:51 -0800
committerAdam Vandenberg2013-11-23 16:05:51 -0800
commit3ef1a9241de6ebc611456ae4728b53c8b295202d (patch)
treeb7bcbb4d6ca02ae1cb8b8d529d5ad045de441069 /Library
parent2efc1dd3f19b87c616a4ae142fed589ac58acf0b (diff)
downloadbrew-3ef1a9241de6ebc611456ae4728b53c8b295202d.tar.bz2
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.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap_migrations.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index eeb25b7ab..ca3425f49 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,
}