diff options
| author | 2024-10-08 05:33:46 -0400 | |
|---|---|---|
| committer | 2024-10-14 09:14:00 +0200 | |
| commit | 11790c99bb99d7b06e8eed57d37fde47bf5445a0 (patch) | |
| tree | 3e40d70814cfa4e6548fb06959f56b0b7d4a97df /dev-cpp/gtest/gtest-9999.ebuild | |
| parent | profiles/base: use mask abseil for dev-cpp/gtest (diff) | |
| download | gentoo-11790c99bb99d7b06e8eed57d37fde47bf5445a0.tar.gz gentoo-11790c99bb99d7b06e8eed57d37fde47bf5445a0.tar.bz2 gentoo-11790c99bb99d7b06e8eed57d37fde47bf5445a0.zip | |
dev-cpp/gtest: fix running gtest_help_test test
Signed-off-by: Peter Levine <[email protected]>
Signed-off-by: Florian Schmaus <[email protected]>
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
| -rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index be6392d028d6..f7916479456c 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -41,7 +41,10 @@ RDEPEND="${DEPEND}" # Exclude tests that fail with FEATURES="usersandbox" CMAKE_SKIP_TESTS=( "googletest-(death-test|port)-test" ) -PATCHES=( "${FILESDIR}"/gtest-find-re2-with-pkgconfig.patch ) +PATCHES=( + "${FILESDIR}"/gtest-find-re2-with-pkgconfig.patch + "${FILESDIR}"/gtest-1.15.2-fix-gtest_help_test.patch +) pkg_setup() { use test && python-any-r1_pkg_setup |
