Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/
Date: Wed, 05 Aug 2020 12:19:08
Message-Id: 1596629920.855f2ff4ab1155cc590b48814c12cd6f1ddc612f.juippis@gentoo
1 commit: 855f2ff4ab1155cc590b48814c12cd6f1ddc612f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 12:02:56 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 12:18:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f2ff4
7
8 app-text/dblatex: WhitespaceFound on 0.3.11-r1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/dblatex/dblatex-0.3.11-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
16 index d9813d2f40b..7e0ca0eab60 100644
17 --- a/app-text/dblatex/dblatex-0.3.11-r1.ebuild
18 +++ b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
19 @@ -48,7 +48,7 @@ python_prepare_all() {
20 gunzip docs/manpage/dblatex.1.gz || die
21 # If we dont have inkscape we need to use an alternative SVG converter
22 use inkscape || eapply "${FILESDIR}/${P}-no-inkscape-dependency.patch"
23 - # If we use inscape however we want to make dblatex compatible with v1.0
24 + # If we use inscape however we want to make dblatex compatible with v1.0
25 use inkscape && eapply "${FILESDIR}/${P}-inkscape-1.0.patch"
26 # We need to fix version information in the docs and some metadata
27 grep -l -I -R "0.3.11py3" | xargs -n1 sed -i -e "s/${PV}py3/${PV}/" || die