aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-03-20 03:21:58 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-03-20 03:21:58 +0100
commit4bd05b4682cd46bf0a56bf183a33dc0b74136794 (patch)
tree4d160820cb1439b039da9605e1efd356dd6cea8b
parent47d62cd8eee924a61aec897cc8bcdec00914cd1f (diff)
downloadaports-4bd05b4682cd46bf0a56bf183a33dc0b74136794.tar.bz2
aports-4bd05b4682cd46bf0a56bf183a33dc0b74136794.tar.xz
testing/jetty-runner: disable on armhf
openjdk8 is currently not build for armhf.
-rw-r--r--testing/jetty-runner/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/jetty-runner/APKBUILD b/testing/jetty-runner/APKBUILD
index 47146a554a..b75ffc91f2 100644
--- a/testing/jetty-runner/APKBUILD
+++ b/testing/jetty-runner/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Fast and easy way to run Java web application from the command line."
url="https://www.eclipse.org/jetty"
arch="noarch"
license="ASL 2.0"
-depends="openjdk8-jre"
+arch="x86_64 x86"
makedepends=""
install=""
subpackages=""