diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-08-05 15:02:56 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-08-05 15:18:40 +0300 |
commit | 855f2ff4ab1155cc590b48814c12cd6f1ddc612f (patch) | |
tree | 5da2ed9975f2365aa931ea724706dfdd39b452ec /app-text/dblatex | |
parent | dev-libs/libtpms: Remove old (diff) | |
download | gentoo-855f2ff4ab1155cc590b48814c12cd6f1ddc612f.tar.gz gentoo-855f2ff4ab1155cc590b48814c12cd6f1ddc612f.tar.bz2 gentoo-855f2ff4ab1155cc590b48814c12cd6f1ddc612f.zip |
app-text/dblatex: WhitespaceFound on 0.3.11-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/dblatex')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild b/app-text/dblatex/dblatex-0.3.11-r1.ebuild index d9813d2f40b5..7e0ca0eab604 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 |