Switch gcc dependenency to gcc-libs

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