diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 21:10:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 21:10:25 +0000 |
commit | c6c87569d97ee9d047ba74746a809ca88919a3ff (patch) | |
tree | b9c6de0663a95fefd808723a84a10057db2774a8 /main/gettext | |
parent | 1cbdac7fc66423fc1c2b7a15dd5ae2707583e4af (diff) | |
download | aports-c6c87569d97ee9d047ba74746a809ca88919a3ff.tar.bz2 aports-c6c87569d97ee9d047ba74746a809ca88919a3ff.tar.xz |
main/gettext: recompile with gcc-4.4.1
this seems to drop the gcc dependency.
Diffstat (limited to 'main/gettext')
-rw-r--r-- | main/gettext/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index 430068e77..b96a8a99c 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail.com> pkgname=gettext pkgver=0.17 -pkgrel=1 +pkgrel=2 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" license='GPL' |