aspell: remove libstdc++-devel from depends.
Both compiler packages depend on it already, and its presence makes it easy to accidentally create build cycles by putting gcc in the dependency path when it shouldn't be.
This commit is contained in:
parent
a5e16a7936
commit
b4ecb76491
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'aspell'
|
||||
pkgname=aspell
|
||||
version=0.60.8
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
# we need to force aspell to use /usr/lib for data for two reasons:
|
||||
# - in multilib systems, it should use the native dicts instead of requiring
|
||||
|
@ -38,7 +38,7 @@ libaspell_package() {
|
|||
}
|
||||
|
||||
aspell-devel_package() {
|
||||
depends="ncurses-devel libstdc++-devel aspell>=${version}_${revision}"
|
||||
depends="ncurses-devel aspell>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue