Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:25:31 +03:00
parent a8c27847d3
commit bd9bb8ae72
+2 -1
View File
@@ -1,8 +1,9 @@
name: zstd name: zstd
description: Zstandard is a fast compression algorithm, providing high compression ratios description: Zstandard is a fast compression algorithm, providing high compression ratios
version: 1.5.7 version: 1.5.7
revision: 2
url: https://facebook.github.io/zstd/ url: https://facebook.github.io/zstd/
license: BSD3-Clause,GPL2-only license: BSD3-Clause,GPL2-only
architecture: any architecture: any
depends: ["gcc","glibc","lz4","xz-utils","zlib"] depends: ["gcc-libs", "glibc", "lz4", "xz-utils", "zlib"]
type: source type: source