From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch (limited to 'media-gfx/ditaa/files') diff --git a/media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch b/media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch new file mode 100644 index 000000000000..c1be8bedd25f --- /dev/null +++ b/media-gfx/ditaa/files/ditaa-0.11.0-batik-1.14.patch @@ -0,0 +1,17 @@ +diff --git a/project.clj b/project.clj +index df0aefe..759433b 100644 +--- a/project.clj ++++ b/project.clj +@@ -7,9 +7,9 @@ + :dependencies [[org.clojure/clojure "1.9.0"] + [commons-cli/commons-cli "1.4"] + [net.htmlparser.jericho/jericho-html "3.4"] +- [org.apache.xmlgraphics/batik-gvt "1.9"] +- [org.apache.xmlgraphics/batik-codec "1.9"] +- [org.apache.xmlgraphics/batik-bridge "1.9"]] ++ [org.apache.xmlgraphics/batik-gvt "1.14"] ++ [org.apache.xmlgraphics/batik-codec "1.14"] ++ [org.apache.xmlgraphics/batik-bridge "1.14"]] + :main org.stathissideris.ascii2image.core.CommandLineConverter + :java-source-paths ["src/java"] + :profiles {:dev {:dependencies [[junit/junit "4.12"]] -- cgit v1.2.3