Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
Date: Sun, 30 Aug 2020 19:02:22
Message-Id: 1598773626.a47cf00ca438045fc0661afb4848b74fb11c8aea.asturm@gentoo
1 commit: a47cf00ca438045fc0661afb4848b74fb11c8aea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 07:46:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 07:47:06 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a47cf00c
7
8 kde-apps/cantor: Add missing DEPEND
9
10 Upstream commit 7f154553d80ab6433a7124071d555182c3751a9b
11
12 Closes: https://bugs.gentoo.org/739532
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-apps/cantor/cantor-20.08.49.9999.ebuild | 1 +
17 kde-apps/cantor/cantor-9999.ebuild | 1 +
18 2 files changed, 2 insertions(+)
19
20 diff --git a/kde-apps/cantor/cantor-20.08.49.9999.ebuild b/kde-apps/cantor/cantor-20.08.49.9999.ebuild
21 index c00a427837..53ab76f030 100644
22 --- a/kde-apps/cantor/cantor-20.08.49.9999.ebuild
23 +++ b/kde-apps/cantor/cantor-20.08.49.9999.ebuild
24 @@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
25
26 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
27 DEPEND="
28 + app-text/poppler[qt5]
29 >=dev-qt/qtgui-${QTMIN}:5
30 >=dev-qt/qtprintsupport-${QTMIN}:5
31 >=dev-qt/qtsvg-${QTMIN}:5
32
33 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
34 index be691809a5..c27bf5f5a5 100644
35 --- a/kde-apps/cantor/cantor-9999.ebuild
36 +++ b/kde-apps/cantor/cantor-9999.ebuild
37 @@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
38
39 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
40 DEPEND="
41 + app-text/poppler[qt5]
42 >=dev-qt/qtgui-${QTMIN}:5
43 >=dev-qt/qtprintsupport-${QTMIN}:5
44 >=dev-qt/qtsvg-${QTMIN}:5