aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/apache-ant/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD
index 658baeec3b..ada1aca7ee 100644
--- a/community/apache-ant/APKBUILD
+++ b/community/apache-ant/APKBUILD
@@ -7,6 +7,7 @@ pkgrel=0
pkgdesc="A java-based build tool."
url="http://ant.apache.org/"
arch="noarch"
+options="!check" # Needs itself for testing.
license="Apache-2.0"
depends="openjdk8-jre-base"
makedepends=""