commit: 81407a3bf37806b87c1834d0df71cfb63d66c56d Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 23:00:42 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 23:00:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81407a3b
fixed deps (bug #532752) Package-Manager: portage-2.2.14 --- sci-libs/mlpack/ChangeLog | 3 +++ sci-libs/mlpack/mlpack-1.0.8.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog index d35039b..201b2f8 100644 --- a/sci-libs/mlpack/ChangeLog +++ b/sci-libs/mlpack/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Dec 2014; Christoph Junghans <[email protected]> mlpack-1.0.8.ebuild: + fixed deps (bug #532752) + 16 Sep 2014; Christoph Junghans <[email protected]> mlpack-1.0.8.ebuild: fixed deps diff --git a/sci-libs/mlpack/mlpack-1.0.8.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild index 01cc0f5..66c3d8a 100644 --- a/sci-libs/mlpack/mlpack-1.0.8.ebuild +++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild @@ -18,7 +18,7 @@ IUSE="debug doc" RDEPEND=" dev-libs/boost dev-libs/libxml2 - sci-libs/armadillo[lapack]" + >=sci-libs/armadillo-3.6.0[lapack]" DEPEND="${DEPEND} app-text/txt2man
