Migrate apple-gcc42 back to homebrew/versions.
Closes Homebrew/homebrew#28418.
This commit is contained in:
parent
165fdf4617
commit
d30b118631
@ -63,10 +63,7 @@ module Homebrew extend self
|
|||||||
tapped += 1
|
tapped += 1
|
||||||
else
|
else
|
||||||
to = to.realpath if to.exist?
|
to = to.realpath if to.exist?
|
||||||
# Whitelist gcc42 temporarily until Mavericks/Xcode 5.0 issues are resolved.
|
opoo "Could not tap #{Tty.white}#{from.tap_ref}#{Tty.reset} over #{Tty.white}#{to.tap_ref}#{Tty.reset}"
|
||||||
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
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
TAP_MIGRATIONS = {
|
TAP_MIGRATIONS = {
|
||||||
"aimage" => "homebrew/boneyard",
|
"aimage" => "homebrew/boneyard",
|
||||||
|
"apple-gcc42" => "homebrew/versions",
|
||||||
"blackbox" => "homebrew/boneyard",
|
"blackbox" => "homebrew/boneyard",
|
||||||
"boost149" => "homebrew/versions",
|
"boost149" => "homebrew/versions",
|
||||||
"cmucl" => "homebrew/binary",
|
"cmucl" => "homebrew/binary",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user