aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-12-16 16:00:42 -0700
committerChristoph Junghans <ottxor@gentoo.org>2014-12-16 16:00:42 -0700
commit81407a3bf37806b87c1834d0df71cfb63d66c56d (patch)
treea75510a5135ca3aeeaa8a1dca791e2a82eb5faec /sci-libs
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-81407a3bf37806b87c1834d0df71cfb63d66c56d.tar.gz
sci-81407a3bf37806b87c1834d0df71cfb63d66c56d.tar.bz2
sci-81407a3bf37806b87c1834d0df71cfb63d66c56d.zip
fixed deps (bug #532752)
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/mlpack/ChangeLog3
-rw-r--r--sci-libs/mlpack/mlpack-1.0.8.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog
index d35039b59..201b2f894 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 <ottxor@gentoo.org> mlpack-1.0.8.ebuild:
+ fixed deps (bug #532752)
+
16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> 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 01cc0f566..66c3d8a2f 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