Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:57 +03:00
parent 72e117b226
commit 32589d8807
+2 -2
View File
@@ -1,11 +1,11 @@
name: groff name: groff
description: GNU troff text-formatting system description: GNU troff text-formatting system
version: 1.23.0 version: 1.23.0
revision: 3 revision: 4
url: https://www.gnu.org/software/groff/ url: https://www.gnu.org/software/groff/
license: GPL3-or-later license: GPL3-or-later
architecture: any architecture: any
depends: ["gcc","perl"] depends: ["gcc-libs", "perl"]
optional_depends: ["libxaw"] optional_depends: ["libxaw"]
make_depends: ["libxaw"] make_depends: ["libxaw"]
type: source type: source