Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user