aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/gforth/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gforth/APKBUILD b/testing/gforth/APKBUILD
index e15ba24bfb..e7a3248351 100644
--- a/testing/gforth/APKBUILD
+++ b/testing/gforth/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.7.3
pkgrel=0
pkgdesc="Fast and portable implementation of the ANS Forth language"
url="http://www.gnu.org/software/gforth/"
-arch="all"
+arch="all !x86" # build fail on x86
license="GPL-3"
options="!check"
makedepends="libffi-dev libtool m4"