commit: a47237db84eb4ff42cada4c4c45d52c20dcc339e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 03:26:10 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 03:26:10 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47237db
dev-util/watchman: always needs gtest
This reverts the gtest change in d87b5112eb0a71d4f1d8d2e5e67a987cbe599ef4
(note the comment wasn't cleaned up anyway), 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:143 (find_package)
-- Configuring incomplete, errors occurred!
* ERROR: dev-util/watchman-2025.04.14.00::gentoo failed (configure phase):
* cmake failed
```
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/watchman/watchman-2025.04.14.00.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/watchman/watchman-2025.04.14.00.ebuild
b/dev-util/watchman/watchman-2025.04.14.00.ebuild
index c8f2fa05b9fb..dbf8619677c7 100644
--- a/dev-util/watchman/watchman-2025.04.14.00.ebuild
+++ b/dev-util/watchman/watchman-2025.04.14.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2025 Gentoo Authors
+# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -276,7 +276,7 @@ RDEPEND="
# TODO: Make gtest test-only (needs a fair bit of patching)
DEPEND="
${RDEPEND}
- test? ( dev-cpp/gtest )
+ dev-cpp/gtest
"
PATCHES=(