From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2927C138359 for ; Wed, 5 Aug 2020 12:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3789DE090A; Wed, 5 Aug 2020 12:19:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F7FBE08FB for ; Wed, 5 Aug 2020 12:19:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B90634F0D8 for ; Wed, 5 Aug 2020 12:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FA5313 for ; Wed, 5 Aug 2020 12:19:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1596629920.855f2ff4ab1155cc590b48814c12cd6f1ddc612f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dblatex/dblatex-0.3.11-r1.ebuild X-VCS-Directories: app-text/dblatex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 855f2ff4ab1155cc590b48814c12cd6f1ddc612f X-VCS-Branch: master Date: Wed, 5 Aug 2020 12:19:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b515ccbc-434d-4268-9a4a-8bd9e051e0b1 X-Archives-Hash: a4ddcc483250ba594f418ace14941b4b commit: 855f2ff4ab1155cc590b48814c12cd6f1ddc612f Author: Joonas Niilola gentoo org> AuthorDate: Wed Aug 5 12:02:56 2020 +0000 Commit: Joonas Niilola gentoo 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 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