From e98267d93fefcec291b064687d3c406941996e56 Mon Sep 17 00:00:00 2001
From: Franklin Ronald <franklin@wiselabs.com.br>
Date: Fri, 01 Dec 2023 19:50:44 +0100
Subject: [PATCH] UIManager.getSystemLookAndFeelClassName() returning correct com.sun.java.swing.plaf.gtk.GTKLookAndFeel class name

---
 components/runtime/openjdk-17/pkg5 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/runtime/openjdk-17/pkg5 b/components/runtime/openjdk-17/pkg5
index e1a7b88..68fc084 100644
--- a/components/runtime/openjdk-17/pkg5
+++ b/components/runtime/openjdk-17/pkg5
@@ -10,8 +10,8 @@
         "system/library",
         "system/library/c++/sunpro",
         "system/library/freetype-2",
-        "system/library/g++-10-runtime",
-        "system/library/gcc-10-runtime",
+        "system/library/g++-13-runtime",
+        "system/library/gcc-13-runtime",
         "system/library/math",
         "x11/library/libx11",
         "x11/library/libxext",

--
Gitblit v1.9.3