summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-03-08 19:33:03 +0100
committerMike Gilbert <floppym@gentoo.org>2018-03-08 14:32:49 -0500
commit20cfa91965fe6904ed431aed9c5492a368efbde5 (patch)
tree8181b191f9c1e98113bd6cda7a416b414a47867c /dev-util/cpputest
parentapp-vim/youcompleteme: Depend on >=dev-cpp/gtest-1.8.0. (diff)
downloadgentoo-20cfa91965fe6904ed431aed9c5492a368efbde5.tar.gz
gentoo-20cfa91965fe6904ed431aed9c5492a368efbde5.tar.bz2
gentoo-20cfa91965fe6904ed431aed9c5492a368efbde5.zip
dev-util/cpputest: Depend on >=dev-cpp/gtest-1.8.0.
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
Diffstat (limited to 'dev-util/cpputest')
-rw-r--r--dev-util/cpputest/cpputest-3.8.ebuild7
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 )