commit: 5c200420a689b20363ce5edb1dad59992c0eac68
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Mar 8 18:43:19 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=5c200420
sci-libs/indilib: Depend on >=dev-cpp/gtest-1.8.0.
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
sci-libs/indilib/indilib-1.6.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-libs/indilib/indilib-1.6.0.ebuild
b/sci-libs/indilib/indilib-1.6.0.ebuild
index e071e3c07b7..5db4cefb37e 100644
--- a/sci-libs/indilib/indilib-1.6.0.ebuild
+++ b/sci-libs/indilib/indilib-1.6.0.ebuild
@@ -31,10 +31,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
sys-kernel/linux-headers
- test? (
- dev-cpp/gmock
- dev-cpp/gtest
- )
+ test? ( >=dev-cpp/gtest-1.8.0 )
"
DOCS=( AUTHORS ChangeLog COPYRIGHT README TODO )