dev-cpp/edencommon: always needs gtest

This reverts the gtest change in 4e22358483,
it's still needed unfortunately:
```
-- Found Threads: TRUE
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
  Could NOT find GMock (missing: LIBGMOCK_MAIN_LIBRARY LIBGMOCK_LIBRARY
  LIBGTEST_LIBRARY LIBGMOCK_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
  build/fbcode_builder/CMake/FindGMock.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:71 (find_package)

-- Configuring incomplete, errors occurred!
 * ERROR: dev-cpp/edencommon-2025.04.14.00::gentoo failed (configure phase):
 *   cmake failed
```

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-01-26 03:24:18 +00:00
parent a17eec7669
commit 3915bd2bfb

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2025 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,7 +36,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
test? ( dev-cpp/gtest )
dev-cpp/gtest
"
src_configure() {