From 172f211c978ad5a44d673a147d1db4bb4677d60d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Sep 2023 11:37:12 +0100 Subject: gentoo auto-resync : 29:09:2023 - 11:37:12 --- dev-java/jna/files/jna-5.13.0-LibCTest.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-java/jna/files/jna-5.13.0-LibCTest.patch (limited to 'dev-java/jna/files') diff --git a/dev-java/jna/files/jna-5.13.0-LibCTest.patch b/dev-java/jna/files/jna-5.13.0-LibCTest.patch new file mode 100644 index 000000000000..8cc9da563ed3 --- /dev/null +++ b/dev-java/jna/files/jna-5.13.0-LibCTest.patch @@ -0,0 +1,12 @@ +Bug #906053 +--- a/contrib/platform/test/com/sun/jna/platform/linux/LibCTest.java ++++ b/contrib/platform/test/com/sun/jna/platform/linux/LibCTest.java +@@ -71,7 +71,7 @@ public class LibCTest extends TestCase { + } + + @Test +- public void testStatvfs() throws IOException, InterruptedException { ++ public void noTestStatvfs() throws IOException, InterruptedException { + Statvfs vfs = new Statvfs(); + + String testDirectory = "/"; -- cgit v1.2.3