diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-30 23:04:54 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-30 23:05:55 +0200 |
commit | bf6a7fea208d4ab1b771032bf98c375bc6c553db (patch) | |
tree | 202b5c4ec6a3b877303daa9466b0343740f026ab /community/jetty-runner | |
parent | 9955b6371bd575c1f1e998a58bd11fda9f28adff (diff) | |
download | aports-bf6a7fea208d4ab1b771032bf98c375bc6c553db.tar.bz2 aports-bf6a7fea208d4ab1b771032bf98c375bc6c553db.tar.xz |
community/jetty-runner: enable for all archs
openjdk8 is now built for all archs
Diffstat (limited to 'community/jetty-runner')
-rw-r--r-- | community/jetty-runner/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD index 5bb8b2e4f1..13b6b0d272 100644 --- a/community/jetty-runner/APKBUILD +++ b/community/jetty-runner/APKBUILD @@ -3,11 +3,10 @@ pkgname=jetty-runner pkgver=9.3.11.20160721 _pkgver="${pkgver%.*}.v${pkgver##*.}" -pkgrel=0 +pkgrel=1 pkgdesc="Fast and easy way to run Java web application from the command line." url="https://www.eclipse.org/jetty" -# openjdk8 is currently built only for x86* -arch="x86_64 x86" +arch="noarch" license="ASL-2.0" depends="openjdk8-jre-base" makedepends="" |