From bf6a7fea208d4ab1b771032bf98c375bc6c553db Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Tue, 30 Aug 2016 23:04:54 +0200
Subject: [PATCH] community/jetty-runner: enable for all archs

openjdk8 is now built for all archs
---
 community/jetty-runner/APKBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD
index 5bb8b2e4f171..13b6b0d272cf 100644
--- a/community/jetty-runner/APKBUILD
+++ b/community/jetty-runner/APKBUILD
@@ -3,11 +3,10 @@
 pkgname=jetty-runner
 pkgver=9.3.11.20160721
 _pkgver="${pkgver%.*}.v${pkgver##*.}"
-pkgrel=0
+pkgrel=1
 pkgdesc="Fast and easy way to run Java web application from the command line."
 url="https://www.eclipse.org/jetty"
-# openjdk8 is currently built only for x86*
-arch="x86_64 x86"
+arch="noarch"
 license="ASL-2.0"
 depends="openjdk8-jre-base"
 makedepends=""
-- 
GitLab