app-vim/youcompleteme: Depend on >=dev-cpp/gtest-1.8.0.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 8 Mar 2018 18:28:08 +0000 (19:28 +0100)
committerMike Gilbert <floppym@gentoo.org>
Thu, 8 Mar 2018 19:32:49 +0000 (14:32 -0500)
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.

app-vim/youcompleteme/youcompleteme-20130910.ebuild
app-vim/youcompleteme/youcompleteme-99999999.ebuild

index fae51f91ec97be6d7908c3c13dd2bbb1666631c2..6e36f48e89f623767b5df3996d9190d32b900336 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -54,7 +54,7 @@ src_configure() {
 }
 
 src_test() {
-       # TODO: use system gmock/gtest
+       # TODO: use system gtest
        cd "${S}"/cpp || die
        emake ycm_core_tests
        cd ycm/tests || die
index a0ad8cf03db75c4fde72f5ceb53051c9095bf484..85831cb80de956363fab89a8d19d5d380715c2a0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -45,8 +45,7 @@ DEPEND="
        test? (
                >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
                >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
-               dev-cpp/gmock
-               dev-cpp/gtest
+               >=dev-cpp/gtest-1.8.0
        )
 "