Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:22 +03:00
parent d4dba4ec23
commit 34efc04bf2
+3 -2
View File
@@ -1,10 +1,11 @@
name: enchant name: enchant
description: Spelling library wrapper with consistent interface description: Spelling library wrapper with consistent interface
version: 2.8.2 version: 2.8.2
revision: 2
url: https://rrthomas.github.io/enchant/ url: https://rrthomas.github.io/enchant/
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
depends: ["gcc","glib","glibc"] depends: ["gcc-libs", "glib", "glibc"]
optional_depends: ["aspell"] optional_depends: ["aspell"]
make_depends: ["aspell","vala","unittest-cpp"] make_depends: ["aspell", "vala", "unittest-cpp"]
type: source type: source