diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-03-08 19:46:41 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-08 14:32:50 -0500 |
commit | ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e (patch) | |
tree | 2e77271cab35dacef08416a93effe4dceb7a1944 /sci-libs/shogun/shogun-5.0.0.ebuild | |
parent | sci-libs/indilib: Depend on >=dev-cpp/gtest-1.8.0. (diff) | |
download | gentoo-ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e.tar.gz gentoo-ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e.tar.bz2 gentoo-ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e.zip |
sci-libs/shogun: Depend on >=dev-cpp/gtest-1.8.0.
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
Diffstat (limited to 'sci-libs/shogun/shogun-5.0.0.ebuild')
-rw-r--r-- | sci-libs/shogun/shogun-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0.ebuild index faf9808fd09f..78fb3ea3a38d 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,7 @@ DEPEND="${RDEPEND} ruby? ( >=dev-lang/swig-3.0.12 ) test? ( dev-python/jinja[${PYTHON_USEDEP}] - dev-cpp/gmock + >=dev-cpp/gtest-1.8.0 )" # javamodular needs jblas (painful to package properly) |