apache-ant: restrict builds on x86.

This commit is contained in:
Juan RP 2014-09-15 17:55:57 +02:00
parent 432a1664cc
commit b3a1a15775

View file

@ -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