diff options
Diffstat (limited to 'dev-util/cpputest')
-rw-r--r-- | dev-util/cpputest/cpputest-3.8.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index 70283bf44e5c..af20f1f08b02 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 ) |