diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-15 20:30:23 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-15 20:31:44 +0200 |
commit | 6d70baa43d2519ad06d8fd37e701886df8b3e093 (patch) | |
tree | 71156db5c84ef2c28854196f0ee4022623806399 /community/jetty-runner/APKBUILD | |
parent | 1f50c8c12fc346cc738a6421e1ce270b81cca097 (diff) | |
download | aports-6d70baa43d2519ad06d8fd37e701886df8b3e093.tar.bz2 aports-6d70baa43d2519ad06d8fd37e701886df8b3e093.tar.xz |
community/jetty-runner: disable on archs for which openjdk8 is not built
Diffstat (limited to 'community/jetty-runner/APKBUILD')
-rw-r--r-- | community/jetty-runner/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD index c004c270c7..5bb8b2e4f1 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="" |