boost: rebuild against icu>=49.

This commit is contained in:
Juan RP 2012-07-21 09:52:26 +02:00
parent 481d8a31b8
commit be7157e8e0
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@ libm.so.6
libgcc_s.so.1
libpthread.so.0
libc.so.6
libicuuc.so.46
libicui18n.so.46
libicudata.so.46
libicuuc.so.49
libicui18n.so.49
libicudata.so.49
libbz2.so.1
libz.so.1

View file

@ -1,11 +1,11 @@
# Template file for 'boost'
pkgname=boost
version=1.50.0
revision=1
revision=2
_boostver="$(echo $version|sed 's|\.|_|g')"
wrksrc="${pkgname}_${_boostver}"
subpackages="boost-build boost-devel boost-jam boost-python"
makedepends="zlib-devel icu-devel python-devel"
makedepends="zlib-devel icu-devel>=49.1 python-devel"
short_desc="Free peer-reviewed portable C++ source libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.boost.org/"