Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/
Date: Thu, 02 Feb 2017 10:28:46
Message-Id: 1486031301.34c7a2e04b138e3a9c20c94a4dbddc9365297583.johu@gentoo
1 commit: 34c7a2e04b138e3a9c20c94a4dbddc9365297583
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 10:28:21 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 10:28:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c7a2e0
7
8 kde-apps/cantor: Drop bogus dependency
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-apps/cantor/cantor-16.08.3.ebuild | 8 +++-----
13 kde-apps/cantor/cantor-16.12.1.ebuild | 6 ++----
14 2 files changed, 5 insertions(+), 9 deletions(-)
15
16 diff --git a/kde-apps/cantor/cantor-16.08.3.ebuild b/kde-apps/cantor/cantor-16.08.3.ebuild
17 index c93a443..7ca2b54 100644
18 --- a/kde-apps/cantor/cantor-16.08.3.ebuild
19 +++ b/kde-apps/cantor/cantor-16.08.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27
28 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
29 # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
30 -RDEPEND="
31 +DEPEND="
32 $(add_frameworks_dep karchive)
33 $(add_frameworks_dep kcompletion)
34 $(add_frameworks_dep kconfig)
35 @@ -52,9 +52,7 @@ RDEPEND="
36 python? ( ${PYTHON_DEPS} )
37 R? ( dev-lang/R )
38 "
39 -DEPEND="${RDEPEND}
40 - >=dev-cpp/eigen-2.0.3:2
41 -"
42 +REPEND="${DEPEND}"
43
44 RESTRICT+=" test"
45
46
47 diff --git a/kde-apps/cantor/cantor-16.12.1.ebuild b/kde-apps/cantor/cantor-16.12.1.ebuild
48 index a6e74d9..bd14dca 100644
49 --- a/kde-apps/cantor/cantor-16.12.1.ebuild
50 +++ b/kde-apps/cantor/cantor-16.12.1.ebuild
51 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
52
53 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
54 # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
55 -RDEPEND="
56 +DEPEND="
57 $(add_frameworks_dep karchive)
58 $(add_frameworks_dep kcompletion)
59 $(add_frameworks_dep kconfig)
60 @@ -52,9 +52,7 @@ RDEPEND="
61 python? ( ${PYTHON_DEPS} )
62 R? ( dev-lang/R )
63 "
64 -DEPEND="${RDEPEND}
65 - dev-cpp/eigen:2
66 -"
67 +RDEPEND="${DEPEND}"
68
69 RESTRICT+=" test"