diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-05 15:24:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-05 15:27:20 +0000 |
commit | 94b1ce306a6b4a49812ef4468d163ff8f0100fc2 (patch) | |
tree | 68f00a93d3da14eeb44fdaddd5a09928f136a2c2 /main/gcc/APKBUILD | |
parent | df7fc5c4eac84e5faed698f4c8c518bad6f0d841 (diff) | |
download | aports-94b1ce306a6b4a49812ef4468d163ff8f0100fc2.tar.bz2 aports-94b1ce306a6b4a49812ef4468d163ff8f0100fc2.tar.xz |
main/gcc: bump pkgrel so we actually get the libquadmath split
This also helps us with the librt-as-needed revert.
fixes #854
Diffstat (limited to 'main/gcc/APKBUILD')
-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 cee61180c..70ae9ea6d 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=2 +pkgrel=3 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" |