commit: 49c50e660d8ade6c055e04087f37b28d2856f348 Author: Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org> AuthorDate: Sun Dec 17 20:44:20 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Dec 17 20:44:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49c50e66
dev-cpp/cpprestsdk: disable http listener tests Bug: https://bugs.gentoo.org/920204 Closes: https://bugs.gentoo.org/920204 Signed-off-by: Jan-Espen Oversand <sigsegv <AT> radiotube.org> .../{cpprestsdk-2.10.19-r1.ebuild => cpprestsdk-2.10.19-r2.ebuild} | 0 dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r1.ebuild b/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r2.ebuild similarity index 100% rename from dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r1.ebuild rename to dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r2.ebuild diff --git a/dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch b/dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch index 25a95cc9c5..6ae6e3759c 100644 --- a/dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch +++ b/dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch @@ -3,8 +3,9 @@ @@ -1,3 +1,3 @@ add_subdirectory(utilities) -add_subdirectory(client) +-add_subdirectory(listener) +#add_subdirectory(client) - add_subdirectory(listener) ++#add_subdirectory(listener) --- a/Release/tests/functional/websockets/CMakeLists.txt +++ b/Release/tests/functional/websockets/CMakeLists.txt @@ -27,9 +27,9 @@ if (NOT CPPREST_EXCLUDE_WEBSOCKETS)
