Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:34 +03:00
parent 2aab0de270
commit 04cc46fbf9
+2 -1
View File
@@ -1,8 +1,9 @@
name: gc name: gc
description: A garbage collector for C and C++ description: A garbage collector for C and C++
version: 8.2.8 version: 8.2.8
revision: 2
url: https://www.hboehm.info/gc/ url: https://www.hboehm.info/gc/
license: MIT license: MIT
architecture: any architecture: any
depends: ["gcc"] depends: ["gcc-libs"]
type: source type: source