commit: ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Mar 8 18:46:41 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 19:32:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe24c1d
sci-libs/shogun: Depend on >=dev-cpp/gtest-1.8.0.
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
sci-libs/shogun/shogun-5.0.0.ebuild | 4 ++--
1 file 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 faf9808fd09..78fb3ea3a38 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)