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