From b3a1a1577548f07f03f394a95ee9155067f5f6d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 17:55:57 +0200 Subject: [PATCH] apache-ant: restrict builds on x86. --- srcpkgs/apache-ant/template | 3 +++ 1 file changed, 3 insertions(+) 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