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/master-pdf-editor/
Date: Mon, 29 Nov 2021 07:42:53
Message-Id: 1638171763.b7e64012a868df5aa89acae90d440f879ff5b20e.juippis@gentoo
1 commit: b7e64012a868df5aa89acae90d440f879ff5b20e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 07:42:12 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 07:42:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e64012
7
8 app-text/master-pdf-editor: update EAPI 7 -> 8, adjust deps on 5.8.20
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/master-pdf-editor/master-pdf-editor-5.8.20.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.8.20.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.8.20.ebuild
16 index b6b616512c5b..14038cc98d00 100644
17 --- a/app-text/master-pdf-editor/master-pdf-editor-5.8.20.ebuild
18 +++ b/app-text/master-pdf-editor/master-pdf-editor-5.8.20.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit desktop xdg
27
28 @@ -16,12 +16,13 @@ KEYWORDS="~amd64"
29 RESTRICT="mirror"
30
31 RDEPEND="
32 - dev-libs/nss
33 >=dev-qt/qtcore-5.12.9:5
34 >=dev-qt/qtgui-5.12.9:5
35 >=dev-qt/qtnetwork-5.12.9:5
36 >=dev-qt/qtprintsupport-5.12.9:5
37 >=dev-qt/qtsvg-5.12.9:5
38 + dev-qt/qtwidgets:5
39 + media-libs/libglvnd
40 >=media-gfx/sane-backends-1.0
41 "