diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-05 09:29:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-05 09:29:55 +0000 |
commit | cad09cd329ee734a2da4646db8b57ceb9c3fd1ec (patch) | |
tree | d85327169c274257f92688e2d150813449e76403 /main | |
parent | 7cdd90297a0beade05a6e7ab75b21c5cc0bf41c9 (diff) | |
download | aports-cad09cd329ee734a2da4646db8b57ceb9c3fd1ec.tar.bz2 aports-cad09cd329ee734a2da4646db8b57ceb9c3fd1ec.tar.xz |
main/gcc: rebuild with fixed abuild
to fix the dependencies for libgcc
Diffstat (limited to 'main')
-rw-r--r-- | main/gcc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 3ccfd4047..e949a4748 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3 _uclibc_abiver=0.9.32 -pkgrel=4 +pkgrel=5 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" |