summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-07-30 19:18:46 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-07-30 19:18:46 -0500
commitb9702c5e5818daa9425aca75ea4f3c60872bee04 (patch)
tree817e0c96eb852bbca759cd71926dbe5e0908e9c3 /testing
parent5d02c08eee85ccca39337e5bd986114970cca663 (diff)
downloadaports-b9702c5e5818daa9425aca75ea4f3c60872bee04.tar.bz2
aports-b9702c5e5818daa9425aca75ea4f3c60872bee04.tar.xz
testing/gcc: fix --with-pkgversion
Diffstat (limited to 'testing')
-rw-r--r--testing/gcc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gcc/APKBUILD b/testing/gcc/APKBUILD
index a9600d221..8496a7804 100644
--- a/testing/gcc/APKBUILD
+++ b/testing/gcc/APKBUILD
@@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3
_uclibc_abiver=0.9.32
-pkgrel=0
+pkgrel=1
pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org"
arch="all"
@@ -165,7 +165,7 @@ build() {
--build=${CBUILD} \
--host=${CHOST} \
--target=${CTARGET} \
- --with-pkgversion='Alpine' \
+ --with-pkgversion="Alpine ${pkgver}-r${pkgrel}" \
--disable-altivec \
--disable-checking \
--disable-fixed-point \