mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/dblatex: remove unused patch
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15522 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
9645ac6aeb
commit
51a255e712
@@ -1,12 +0,0 @@
|
||||
diff -Naur dblatex-0.3.7-orig/lib/dbtexmf/core/imagedata.py dblatex-0.3.7/lib/dbtexmf/core/imagedata.py
|
||||
--- dblatex-0.3.7-orig/lib/dbtexmf/core/imagedata.py 2015-08-07 10:47:53.000000000 +0100
|
||||
+++ dblatex-0.3.7/lib/dbtexmf/core/imagedata.py 2015-11-08 22:36:41.771457222 +0000
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
class SvgConverter(ImageConverter):
|
||||
def convert(self, input, output, format, doexec=1):
|
||||
- cmd = "inkscape -z -D --export-%s=%s \"%s\"" % (format, output, input)
|
||||
+ cmd = "rsvg-convert -f %s -o \"%s\" \"%s\"" % (format, output, input)
|
||||
return self.system(cmd, doexec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user