diff options
Diffstat (limited to 'user/ant/APKBUILD')
-rw-r--r-- | user/ant/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/ant/APKBUILD b/user/ant/APKBUILD index 5590248d9..022b4c8ef 100644 --- a/user/ant/APKBUILD +++ b/user/ant/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.10.8 pkgrel=0 pkgdesc="Java-based build tool" url="http://ant.apache.org/" -arch="noarch" +arch="noarch !armv7" #1007 options="!check" # ExecStreamRedirectorTest locks on ppc64, SMTP tests fail license="Apache-2.0" depends="openjdk8" |