diff options
| author | Adam Vandenberg | 2014-06-16 20:27:36 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-06-16 20:27:36 -0700 | 
| commit | 149e6b29de9b68c29ac24d15ddb3ca07c9fc6790 (patch) | |
| tree | 2b24ccbc5903ef4e94ec1f02a608f50d81e56e55 /Library/Homebrew/tap_migrations.rb | |
| parent | 143042a5e81009f9b4e3914d64997a967f83e33b (diff) | |
| download | homebrew-149e6b29de9b68c29ac24d15ddb3ca07c9fc6790.tar.bz2 | |
Move aplus to the boneyard
Does not compile with modern compilers and has not been updated
since 2008.
Closes #30040.
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 4dd1f1cad..7e8cd25a1 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,6 +1,7 @@  TAP_MIGRATIONS = {    "agedu" => "homebrew/headonly",    "aimage" => "homebrew/boneyard", +  "aplus" => "homebrew/boneyard",    "apple-gcc42" => "homebrew/versions",    "appledoc" => "homebrew/boneyard",    "appswitch" => "homebrew/binary", | 
