diff options
author | David Seifert <soap@gentoo.org> | 2016-05-07 18:36:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-07 18:38:06 +0200 |
commit | 00c405b82175e505ee9e52d8b25e781fb617d12e (patch) | |
tree | f8c6939a59dedf015be35271055e23535687238b /sci-libs/shogun | |
parent | sci-libs/shogun: Clear QA warnings (diff) | |
download | gentoo-00c405b82175e505ee9e52d8b25e781fb617d12e.tar.gz gentoo-00c405b82175e505ee9e52d8b25e781fb617d12e.tar.bz2 gentoo-00c405b82175e505ee9e52d8b25e781fb617d12e.zip |
sci-libs/shogun: Clear QA warnings
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-libs/shogun')
-rw-r--r-- | sci-libs/shogun/shogun-3.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/shogun/shogun-3.2.0.ebuild b/sci-libs/shogun/shogun-3.2.0.ebuild index 51cfb508525e..603f001c5f2c 100644 --- a/sci-libs/shogun/shogun-3.2.0.ebuild +++ b/sci-libs/shogun/shogun-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -46,12 +46,12 @@ RDEPEND=" sci-libs/nlopt:= sci-mathematics/glpk:= sci-mathematics/lpsolve:= - sys-libs/readline + sys-libs/readline:0 sys-libs/zlib:= virtual/blas virtual/cblas virtual/lapack - lua? ( dev-lang/lua ) + lua? ( dev-lang/lua:0 ) mono? ( dev-lang/mono ) octave? ( sci-mathematics/octave[hdf5] ) python? ( dev-python/numpy[${PYTHON_USEDEP}] ) |