Skip to content

Commit

Permalink
app-vim/youcompleteme: Depend on >=dev-cpp/gtest-1.8.0.
Browse files Browse the repository at this point in the history
dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0.
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Mar 8, 2018
1 parent 1c63264 commit 761646a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app-vim/youcompleteme/youcompleteme-20130910.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions app-vim/youcompleteme/youcompleteme-99999999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
)
"

Expand Down

0 comments on commit 761646a

Please sign in to comment.