From d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Jan 2021 18:03:51 +0000 Subject: gentoo resync : 29.01.2021 --- ...2.5.4-0001-disable-failing-test-on-x86_32.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch (limited to 'media-libs/ilmbase/files') diff --git a/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch b/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch new file mode 100644 index 000000000000..e22ae13c4bb3 --- /dev/null +++ b/media-libs/ilmbase/files/ilmbase-2.5.4-0001-disable-failing-test-on-x86_32.patch @@ -0,0 +1,24 @@ +From a5e853655daf9e6a8ca8d8b7b5040809d4d9fded Mon Sep 17 00:00:00 2001 +From: Bernd Waibel +Date: Sat, 2 Jan 2021 22:07:05 +0100 +Subject: [PATCH] disable failing test on x86_32 + +Signed-off-by: Bernd Waibel +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 759f359..6fab418 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -56,5 +56,5 @@ if(BUILD_TESTING) + + add_subdirectory( HalfTest ) + add_subdirectory( IexTest ) +- add_subdirectory( ImathTest ) ++# add_subdirectory( ImathTest ) + endif() +-- +2.30.0 + -- cgit v1.2.3