aboutsummaryrefslogtreecommitdiffstats
path: root/community/jetty-runner
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:30:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-15 20:31:44 +0200
commit6d70baa43d2519ad06d8fd37e701886df8b3e093 (patch)
tree71156db5c84ef2c28854196f0ee4022623806399 /community/jetty-runner
parent1f50c8c12fc346cc738a6421e1ce270b81cca097 (diff)
community/jetty-runner: disable on archs for which openjdk8 is not built
Diffstat (limited to 'community/jetty-runner')
-rw-r--r--community/jetty-runner/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD
index c004c270c7c..5bb8b2e4f17 100644
--- a/community/jetty-runner/APKBUILD
+++ b/community/jetty-runner/APKBUILD
@@ -6,7 +6,8 @@ _pkgver="${pkgver%.*}.v${pkgver##*.}"
pkgrel=0
pkgdesc="Fast and easy way to run Java web application from the command line."
url="https://www.eclipse.org/jetty"
-arch="noarch"
+# openjdk8 is currently built only for x86*
+arch="x86_64 x86"
license="ASL-2.0"
depends="openjdk8-jre-base"
makedepends=""