diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-03-08 19:43:19 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-08 14:32:50 -0500 |
commit | 5c200420a689b20363ce5edb1dad59992c0eac68 (patch) | |
tree | a0bf01143787c16cf193e8417262f4d90e97d9ee /sci-libs/indilib | |
parent | media-sound/clementine: Drop dev-cpp/gmock from dependencies. (diff) | |
download | gentoo-5c200420a689b20363ce5edb1dad59992c0eac68.tar.gz gentoo-5c200420a689b20363ce5edb1dad59992c0eac68.tar.bz2 gentoo-5c200420a689b20363ce5edb1dad59992c0eac68.zip |
sci-libs/indilib: Depend on >=dev-cpp/gtest-1.8.0.
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
Diffstat (limited to 'sci-libs/indilib')
-rw-r--r-- | sci-libs/indilib/indilib-1.6.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-libs/indilib/indilib-1.6.0.ebuild b/sci-libs/indilib/indilib-1.6.0.ebuild index e071e3c07b76..5db4cefb37e5 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 ) |