From f75be6450cd7036039ef4dbe37b82fa7604f0ef5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka <jakub@jirutka.cz> Date: Tue, 30 Aug 2016 22:46:25 +0200 Subject: [PATCH] community/apache-ant: enable for all archs openjdk8 is now built for all archs --- community/apache-ant/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD index 207942a209f0..01a1c2188ffb 100644 --- a/community/apache-ant/APKBUILD +++ b/community/apache-ant/APKBUILD @@ -3,10 +3,10 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=apache-ant pkgver=1.9.7 -pkgrel=0 +pkgrel=1 pkgdesc="A java-based build tool." url="http://ant.apache.org/" -arch="x86_64 x86" +arch="noarch" license="ASL-2.0" depends="openjdk8-jre-base" makedepends="" -- GitLab