diff options
Diffstat (limited to 'main/bison/APKBUILD')
-rw-r--r-- | main/bison/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD index 2d28793d8..41aafc079 100644 --- a/main/bison/APKBUILD +++ b/main/bison/APKBUILD @@ -3,7 +3,7 @@ pkgname=bison pkgver=2.4.3 pkgrel=0 pkgdesc="The GNU general-purpose parser generator" -arch="x86 x86_64" +arch="all" license="GPL" url="http://www.gnu.org/software/bison/bison.html" depends="m4" |