diff --git a/srcpkgs/apache-ant/template b/srcpkgs/apache-ant/template index 35e4c1abc2f..df89e666227 100644 --- a/srcpkgs/apache-ant/template +++ b/srcpkgs/apache-ant/template @@ -13,6 +13,9 @@ depends="virtual?java-runtime" noarch="yes" _prefix=usr/share/apache-ant +# Restrict builds on x86 +only_for_archs="i686 x86_64" + do_configure() { # Disable tests sed -i 's/jars,test-jar/jars/' build.xml