diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-02 11:28:21 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-02 11:28:21 +0100 |
commit | 34c7a2e04b138e3a9c20c94a4dbddc9365297583 (patch) | |
tree | 1668ac2ce12b2172fc274bfca30e806eb6580dad /kde-apps/cantor | |
parent | net-im/kadu: Remove 0.12.3 (diff) | |
download | gentoo-34c7a2e04b138e3a9c20c94a4dbddc9365297583.tar.gz gentoo-34c7a2e04b138e3a9c20c94a4dbddc9365297583.tar.bz2 gentoo-34c7a2e04b138e3a9c20c94a4dbddc9365297583.zip |
kde-apps/cantor: Drop bogus dependency
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/cantor')
-rw-r--r-- | kde-apps/cantor/cantor-16.08.3.ebuild | 8 | ||||
-rw-r--r-- | kde-apps/cantor/cantor-16.12.1.ebuild | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/kde-apps/cantor/cantor-16.08.3.ebuild b/kde-apps/cantor/cantor-16.08.3.ebuild index c93a44382665..7ca2b54fc29a 100644 --- a/kde-apps/cantor/cantor-16.08.3.ebuild +++ b/kde-apps/cantor/cantor-16.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*') -RDEPEND=" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -52,9 +52,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) R? ( dev-lang/R ) " -DEPEND="${RDEPEND} - >=dev-cpp/eigen-2.0.3:2 -" +REPEND="${DEPEND}" RESTRICT+=" test" diff --git a/kde-apps/cantor/cantor-16.12.1.ebuild b/kde-apps/cantor/cantor-16.12.1.ebuild index a6e74d95770b..bd14dca6815d 100644 --- a/kde-apps/cantor/cantor-16.12.1.ebuild +++ b/kde-apps/cantor/cantor-16.12.1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) # FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*') -RDEPEND=" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -52,9 +52,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) R? ( dev-lang/R ) " -DEPEND="${RDEPEND} - dev-cpp/eigen:2 -" +RDEPEND="${DEPEND}" RESTRICT+=" test" |