commit: 20cfa91965fe6904ed431aed9c5492a368efbde5 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Mar 8 18:33:03 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Mar 8 19:32:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cfa919
dev-util/cpputest: Depend on >=dev-cpp/gtest-1.8.0. dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0. dev-util/cpputest/cpputest-3.8.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index 70283bf44e5..af20f1f08b0 100644 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ b/dev-util/cpputest/cpputest-3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,10 +13,7 @@ KEYWORDS="amd64 x86" IUSE="test" DEPEND=" - test? ( - dev-cpp/gmock - dev-cpp/gtest - ) + test? ( >=dev-cpp/gtest-1.8.0 ) " DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )
