diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:15:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:02 +0000 |
commit | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (patch) | |
tree | 8c3412128aa11c6bc16e19a8070f0eedeaaf3635 /main/boost | |
parent | 34bf6440cde26e27e9691edfd86f2e834c6edd83 (diff) | |
download | aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.bz2 aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.xz |
main/[various]: rebuild against python-2.7
Diffstat (limited to 'main/boost')
-rw-r--r-- | main/boost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index 34d4242fd..3fbec4ac2 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -8,7 +8,7 @@ _y=${_y#*.} # strip x. _z=${pkgver##*.} # strip x.y. _ver=${_x}_${_y}_${_z} -pkgrel=0 +pkgrel=1 pkgdesc="Free peer-reviewed portable C++ source libraries" url="http://www.boost.org/" arch="all" |