aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2014-04-15 13:18:18 +0100
committerMike McQuaid2014-04-23 12:27:24 +0100
commit2ccefdc1ce22937ecb54369850e83d9f3619d47b (patch)
treec41268b52244d6b25b55b9bf9112b5869b03eb98 /Library/Homebrew
parent5a7df98afb4a6a3d1c70ba9acf68df14c3ce8b0f (diff)
downloadhomebrew-2ccefdc1ce22937ecb54369850e83d9f3619d47b.tar.bz2
Migrate apple-gcc42 back to homebrew/versions.
Closes #28418.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/tap.rb5
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb
index f7dbea322..4b00c21b6 100644
--- a/Library/Homebrew/cmd/tap.rb
+++ b/Library/Homebrew/cmd/tap.rb
@@ -63,10 +63,7 @@ module Homebrew extend self
tapped += 1
else
to = to.realpath if to.exist?
- # Whitelist gcc42 temporarily until Mavericks/Xcode 5.0 issues are resolved.
- unless to.tap_ref == 'Homebrew/homebrew/apple-gcc42'
- opoo "Could not tap #{Tty.white}#{from.tap_ref}#{Tty.reset} over #{Tty.white}#{to.tap_ref}#{Tty.reset}"
- end
+ opoo "Could not tap #{Tty.white}#{from.tap_ref}#{Tty.reset} over #{Tty.white}#{to.tap_ref}#{Tty.reset}"
end
end
end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index c2c0d856a..bd4bc5d81 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -1,5 +1,6 @@
TAP_MIGRATIONS = {
"aimage" => "homebrew/boneyard",
+ "apple-gcc42" => "homebrew/versions",
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"cmucl" => "homebrew/binary",