Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diffpdf/
Date: Wed, 20 May 2020 15:13:52
Message-Id: 1589987619.2909393dada48255f33dc93bc3c4f097c467bf48.asturm@gentoo
1 commit: 2909393dada48255f33dc93bc3c4f097c467bf48
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 14:43:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 15:13:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2909393d
7
8 app-text/diffpdf: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/diffpdf/diffpdf-2.1.3-r2.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
17 index 37946835730..4ac979ae0a4 100644
18 --- a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
19 +++ b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit desktop qmake-utils
29
30 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
31 SLOT="0"
32 IUSE=""
33
34 +BDEPEND="dev-qt/linguist-tools:5"
35 RDEPEND="
36 app-text/poppler[qt5]
37 dev-qt/qtcore:5
38 @@ -21,9 +22,7 @@ RDEPEND="
39 dev-qt/qtprintsupport:5
40 dev-qt/qtwidgets:5
41 "
42 -DEPEND="${RDEPEND}
43 - dev-qt/linguist-tools:5
44 -"
45 +DEPEND="${RDEPEND}"
46
47 PATCHES=( "${FILESDIR}"/${P}-qt5.patch )