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