diff options
author | 2023-12-17 21:44:20 +0100 | |
---|---|---|
committer | 2023-12-17 21:44:54 +0100 | |
commit | 49c50e660d8ade6c055e04087f37b28d2856f348 (patch) | |
tree | b0572ca42448f491a234e447f856024c978f4a47 /dev-cpp | |
parent | app-editors/pulsar-bin: add 1.112.0, drop 1.110.0 (diff) | |
download | guru-49c50e660d8ade6c055e04087f37b28d2856f348.tar.gz guru-49c50e660d8ade6c055e04087f37b28d2856f348.tar.bz2 guru-49c50e660d8ade6c055e04087f37b28d2856f348.zip |
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@radiotube.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r2.ebuild (renamed from dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r1.ebuild) | 0 | ||||
-rw-r--r-- | dev-cpp/cpprestsdk/files/cpprestsdk-2.10.19-disabl-int-tests.patch | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r1.ebuild b/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r2.ebuild index 59ef5785b..59ef5785b 100644 --- a/dev-cpp/cpprestsdk/cpprestsdk-2.10.19-r1.ebuild +++ b/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 25a95cc9c..6ae6e3759 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) |