From d4950b86614d1d18aae95bf7db353a2e3f9dbab6 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sat, 14 Dec 2024 18:17:38 +0100
Subject: replace libstdc++5 with libstdc++6

---
 config/lists/base            | 5 +++++
 config/lists/kanotix-eeepc4G | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/config/lists/base b/config/lists/base
index b23b749..207edb6 100644
--- a/config/lists/base
+++ b/config/lists/base
@@ -154,7 +154,12 @@ libcups2:i386
 module-assistant
 build-essential
 fakeroot
+#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm
 libstdc++5
+#endif
+#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm
+libstdc++6
+#endif
 bzip2
 cdbs
 dkms
diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G
index c948c7b..67c5806 100644
--- a/config/lists/kanotix-eeepc4G
+++ b/config/lists/kanotix-eeepc4G
@@ -130,7 +130,12 @@ cups-client
 module-assistant
 build-essential
 fakeroot
+#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm
 libstdc++5
+#endif
+#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm
+libstdc++6
+#endif
 bzip2
 cdbs
 dkms
-- 
cgit v1.0