aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-17 19:14:57 -0800
committerAdam Vandenberg2013-12-17 19:16:03 -0800
commit8a2464bf25592fea926f7bf77611dd4d5c8759f9 (patch)
tree94e5d2b927b934347e6308b0d3a7b88cfbf10437
parenta6602740f86e23f6a0500e9df6be0c45b367315c (diff)
downloadbrew-8a2464bf25592fea926f7bf77611dd4d5c8759f9.tar.bz2
Move comparepdf to boneyard
Upstream is no longer maintaining this software, and it does not build with Xcode 5. Closes Homebrew/homebrew#24911.
-rw-r--r--Library/Homebrew/tap_migrations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 3e6e4a2a7..a3a2be1b3 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -17,4 +17,5 @@ TAP_MIGRATIONS = {
'jscoverage' => 'homebrew/boneyard',
'jsl' => 'homebrew/binary',
'nlopt' => 'homebrew/science',
+ 'comparepdf' => 'homebrew/boneyard',
}