From 4c7c17255a1c7d9d089616e8f7772cf5b3626763 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Thu, 25 Jun 2015 10:13:50 +0200 Subject: [PATCH] pdf2svg: migrate back to core (from homebrew-x11) Turns out `pdf2svg` no longer depends on GTK+ or X11 (and previously did this only by mistake). Closes Homebrew/homebrew#41065. Signed-off-by: Xu Cheng --- Library/Homebrew/tap_migrations.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 2f36c1d18d..797a50d221 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -155,7 +155,6 @@ TAP_MIGRATIONS = { "pcb" => "homebrew/x11", "pdfjam" => "homebrew/tex", "pdf2image" => "homebrew/x11", - "pdf2svg" => "homebrew/x11", "pdftoipe" => "homebrew/head-only", "pebble-sdk" => "pebble/pebble-sdk", "pgplot" => "homebrew/x11",