diff options
Diffstat (limited to 'main/gettext/APKBUILD')
-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 56cbf655b8..35c82a2bb0 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.18.1.1 pkgrel=1 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" -arch="x86 x86_64" +arch="all" license='GPL' depends= makedepends="libiconv-dev expat-dev ncurses-dev bash libxml2-dev" |