From 6112ce39b2469bfd1e9c472a81d7d8339909095d Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 05 Nov 2023 15:14:58 +0100
Subject: [PATCH] rebuild lzip

---
 components/archiver/lzip/Makefile |    2 +-
 components/archiver/lzip/pkg5     |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/components/archiver/lzip/Makefile b/components/archiver/lzip/Makefile
index ac88077..cb430d5 100644
--- a/components/archiver/lzip/Makefile
+++ b/components/archiver/lzip/Makefile
@@ -17,7 +17,7 @@
 
 COMPONENT_NAME=		lzip
 COMPONENT_VERSION=	1.23
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	Lzip - a lossless data compressor with a user interface similar to the one of gzip or bzip2
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	https://lzip.nongnu.org/
diff --git a/components/archiver/lzip/pkg5 b/components/archiver/lzip/pkg5
index a8a2e1d..aad7c17 100644
--- a/components/archiver/lzip/pkg5
+++ b/components/archiver/lzip/pkg5
@@ -1,10 +1,8 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "shell/ksh93",
         "system/library",
-        "system/library/g++-10-runtime",
-        "system/library/gcc-10-runtime"
+        "system/library/g++-13-runtime",
+        "system/library/gcc-13-runtime"
     ],
     "fmris": [
         "compress/lzip"

--
Gitblit v1.9.3