Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
Date: Thu, 02 Feb 2017 10:35:47
Message-Id: 1486031735.dd5b8564144e4a678f62e07d1149fb8728079a7d.johu@gentoo
1 commit: dd5b8564144e4a678f62e07d1149fb8728079a7d
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 10:35:10 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 10:35:35 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd5b8564
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.12.49.9999.ebuild | 6 ++----
13 kde-apps/cantor/cantor-9999.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
17 index 4a6bbb9..1d2916d 100644
18 --- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
19 +++ b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
20 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
21
22 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
23 # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
24 -RDEPEND="
25 +DEPEND="
26 $(add_frameworks_dep karchive)
27 $(add_frameworks_dep kcompletion)
28 $(add_frameworks_dep kconfig)
29 @@ -52,9 +52,7 @@ RDEPEND="
30 python? ( ${PYTHON_DEPS} )
31 R? ( dev-lang/R )
32 "
33 -DEPEND="${RDEPEND}
34 - dev-cpp/eigen:2
35 -"
36 +RDEPEND="${RDEPEND}"
37
38 RESTRICT+=" test"
39
40
41 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
42 index 4a6bbb9..1d2916d 100644
43 --- a/kde-apps/cantor/cantor-9999.ebuild
44 +++ b/kde-apps/cantor/cantor-9999.ebuild
45 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
46
47 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
48 # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
49 -RDEPEND="
50 +DEPEND="
51 $(add_frameworks_dep karchive)
52 $(add_frameworks_dep kcompletion)
53 $(add_frameworks_dep kconfig)
54 @@ -52,9 +52,7 @@ RDEPEND="
55 python? ( ${PYTHON_DEPS} )
56 R? ( dev-lang/R )
57 "
58 -DEPEND="${RDEPEND}
59 - dev-cpp/eigen:2
60 -"
61 +RDEPEND="${RDEPEND}"
62
63 RESTRICT+=" test"