diff options
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="" |