aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-08 21:10:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-08 21:10:25 +0000
commitc6c87569d97ee9d047ba74746a809ca88919a3ff (patch)
treeb9c6de0663a95fefd808723a84a10057db2774a8
parent1cbdac7fc66423fc1c2b7a15dd5ae2707583e4af (diff)
downloadalpine_aports-c6c87569d97ee9d047ba74746a809ca88919a3ff.tar.bz2
alpine_aports-c6c87569d97ee9d047ba74746a809ca88919a3ff.tar.xz
alpine_aports-c6c87569d97ee9d047ba74746a809ca88919a3ff.zip
main/gettext: recompile with gcc-4.4.1
this seems to drop the gcc dependency.
-rw-r--r--main/gettext/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index 430068e779..b96a8a99cc 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Carlo Landmeter <clandmeter at gmail.com> 1# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
2pkgname=gettext 2pkgname=gettext
3pkgver=0.17 3pkgver=0.17
4pkgrel=1 4pkgrel=2
5pkgdesc="GNU locale utilities" 5pkgdesc="GNU locale utilities"
6url="http://www.gnu.org/software/gettext/gettext.html" 6url="http://www.gnu.org/software/gettext/gettext.html"
7license='GPL' 7license='GPL'