commit:     3915bd2bfb7056162758e720f40e78dfe6604423
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 03:24:18 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 03:24:18 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3915bd2b

dev-cpp/edencommon: always needs gtest

This reverts the gtest change in 4e223584832a38ca58d8b0943dd4c3dfd98721b7,
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 <AT> gentoo.org>

 dev-cpp/edencommon/edencommon-2025.04.14.00.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/edencommon/edencommon-2025.04.14.00.ebuild 
b/dev-cpp/edencommon/edencommon-2025.04.14.00.ebuild
index 892f950e8d44..3e91d2696d00 100644
--- a/dev-cpp/edencommon/edencommon-2025.04.14.00.ebuild
+++ b/dev-cpp/edencommon/edencommon-2025.04.14.00.ebuild
@@ -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() {

Reply via email to