Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user