Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:08 +03:00
parent d2dd6fcc79
commit 2510f91c61
+2 -1
View File
@@ -1,9 +1,10 @@
name: ostree
description: Operating system and container binary deployment and upgrades
version: 2025.4
revision: 2
url: https://github.com/ostreedev/ostree
license: LGPL2-or-later
architecture: any
depends: ["curl","fuse3","gcc","glib","glibc","gpgme","libarchive","libgpg-error","libsoup","openssl","util-linux","which","xz-utils","zlib"]
depends: ["curl", "fuse3", "gcc-libs", "glib", "glibc", "gpgme", "libarchive", "libgpg-error", "libsoup", "openssl", "util-linux", "which", "xz-utils", "zlib"]
make_depends: ["e2fsprogs", "git", "gtk-doc", "libxslt", "dracut"]
type: source