Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/
Date: Sun, 30 Aug 2020 07:58:54
Message-Id: 1598774302.74847f2cb771bbb0f1d648c1b5b62c0aa3c1b86d.asturm@gentoo
1 commit: 74847f2cb771bbb0f1d648c1b5b62c0aa3c1b86d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 07:49:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 07:58:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74847f2c
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.04.3.ebuild => cantor-20.04.3-r1.ebuild} | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/kde-apps/cantor/cantor-20.04.3.ebuild b/kde-apps/cantor/cantor-20.04.3-r1.ebuild
20 similarity index 99%
21 rename from kde-apps/cantor/cantor-20.04.3.ebuild
22 rename to kde-apps/cantor/cantor-20.04.3-r1.ebuild
23 index 0980ffdc295..fa579218619 100644
24 --- a/kde-apps/cantor/cantor-20.04.3.ebuild
25 +++ b/kde-apps/cantor/cantor-20.04.3-r1.ebuild
26 @@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27
28 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
29 DEPEND="
30 + app-text/poppler[qt5]
31 >=dev-qt/qtgui-${QTMIN}:5
32 >=dev-qt/qtprintsupport-${QTMIN}:5
33 >=dev-qt/qtsvg-${QTMIN}:5