icu: 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
0b7e2e9dc4
commit
9636b96d90
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# next soname bump.
|
# next soname bump.
|
||||||
pkgname=icu
|
pkgname=icu
|
||||||
version=67.1
|
version=67.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=icu
|
wrksrc=icu
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -92,7 +92,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
icu-devel_package() {
|
icu-devel_package() {
|
||||||
depends="libstdc++-devel icu-libs>=${version}_${revision}"
|
depends="icu-libs>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue