commit: 855f2ff4ab1155cc590b48814c12cd6f1ddc612f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 12:02:56 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 12:18:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f2ff4
app-text/dblatex: WhitespaceFound on 0.3.11-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/dblatex/dblatex-0.3.11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild
b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
index d9813d2f40b..7e0ca0eab60 100644
--- a/app-text/dblatex/dblatex-0.3.11-r1.ebuild
+++ b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
@@ -48,7 +48,7 @@ python_prepare_all() {
gunzip docs/manpage/dblatex.1.gz || die
# If we dont have inkscape we need to use an alternative SVG converter
use inkscape || eapply "${FILESDIR}/${P}-no-inkscape-dependency.patch"
- # If we use inscape however we want to make dblatex compatible with
v1.0
+ # If we use inscape however we want to make dblatex compatible with v1.0
use inkscape && eapply "${FILESDIR}/${P}-inkscape-1.0.patch"
# We need to fix version information in the docs and some metadata
grep -l -I -R "0.3.11py3" | xargs -n1 sed -i -e "s/${PV}py3/${PV}/" ||
die