Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:23:41 +03:00
parent fe83d37035
commit 4bae0c7eb1
+2 -1
View File
@@ -1,9 +1,10 @@
name: netavark name: netavark
description: Container network stack description: Container network stack
version: 1.13.0 version: 1.13.0
revision: 2
url: https://github.com/containers/netavark url: https://github.com/containers/netavark
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
make_depends: ["rustc", "protobuf-compiler"] make_depends: ["rustc", "protobuf-compiler"]
type: source type: source