diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-20 03:21:58 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-20 03:21:58 +0100 |
commit | 4bd05b4682cd46bf0a56bf183a33dc0b74136794 (patch) | |
tree | 4d160820cb1439b039da9605e1efd356dd6cea8b | |
parent | 47d62cd8eee924a61aec897cc8bcdec00914cd1f (diff) | |
download | aports-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/APKBUILD | 2 |
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="" |