Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:20:39 +03:00
parent 35d9a655aa
commit 05fecc331b
+2 -1
View File
@@ -1,9 +1,10 @@
name: icu name: icu
description: Libraries providing Unicode and Globalization support for software applications description: Libraries providing Unicode and Globalization support for software applications
version: 76.1 version: 76.1
revision: 2
url: https://icu.unicode.org/ url: https://icu.unicode.org/
license: BSD-2-Clause,BSD-3-Clause,LicenseRef-Unicode-3.0 license: BSD-2-Clause,BSD-3-Clause,LicenseRef-Unicode-3.0
architecture: any architecture: any
depends: ["gcc","glibc","bash"] depends: ["gcc-libs", "glibc", "bash"]
make_depends: ["python3"] make_depends: ["python3"]
type: source type: source