Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:51:14 +03:00
parent 2cefc56b7e
commit 9b23ec2ec6
+3 -2
View File
@@ -1,9 +1,10 @@
name: bubblewrap name: bubblewrap
description: Unprivileged sandboxing tool description: Unprivileged sandboxing tool
version: 0.10.0 version: 0.10.0
revision: 2
url: https://github.com/containers/bubblewrap url: https://github.com/containers/bubblewrap
license: LGPL2-or-later license: LGPL2-or-later
architecture: any architecture: any
depends: ["gcc","glibc","libcap"] depends: ["gcc-libs", "glibc", "libcap"]
make_depends: ["docbook-xsl-nons","libxslt","meson"] make_depends: ["docbook-xsl-nons", "libxslt", "meson"]
type: source type: source