diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-21 20:31:05 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-21 20:31:05 +0000 |
commit | 10e2b9cc2cb5c418b7524900edaee8dbbbcd2826 (patch) | |
tree | 5c9f83cd35c3e7616fb3f5362056e5c2659022be | |
parent | 5bc3c75ff1090852510a5561e9c871584c7e675a (diff) | |
download | aports-10e2b9cc2cb5c418b7524900edaee8dbbbcd2826.tar.bz2 aports-10e2b9cc2cb5c418b7524900edaee8dbbbcd2826.tar.xz |
testing/java-jtreg: enable again
The package was disabled because the download site was down. This should
now be fixed, so it can be enabled again.
This reverts commit d7dcd2ec89c28d70de9a96041b162a1e2832ae27.
-rw-r--r-- | testing/java-asmtools/APKBUILD | 2 | ||||
-rw-r--r-- | testing/java-jtharness/APKBUILD | 2 | ||||
-rw-r--r-- | testing/java-jtreg/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/java-asmtools/APKBUILD b/testing/java-asmtools/APKBUILD index 74f11a6632..8a535d431e 100644 --- a/testing/java-asmtools/APKBUILD +++ b/testing/java-asmtools/APKBUILD @@ -6,7 +6,7 @@ pkgver=${_pkgver/-b/.} pkgrel=0 pkgdesc="The AsmTools open source project is used to develop tools for the production of proper and improper Java '.class' files" url="http://hg.openjdk.java.net/code-tools/asmtools" -arch="" # Download source is unstable +arch="noarch" license="GPL-2.0" makedepends="openjdk8" options="!check" # this package has no tests diff --git a/testing/java-jtharness/APKBUILD b/testing/java-jtharness/APKBUILD index 63cced7e4b..605fe07c14 100644 --- a/testing/java-jtharness/APKBUILD +++ b/testing/java-jtharness/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.0 pkgrel=0 pkgdesc="The JT harness is a general purpose, fully-featured, flexible, and configurable test harness" url="http://hg.openjdk.java.net/code-tools/jtharness" -arch="" # Download source is unstable +arch="noarch" license="GPL-2.0" makedepends="openjdk8" options="!check" # this package has no tests diff --git a/testing/java-jtreg/APKBUILD b/testing/java-jtreg/APKBUILD index 1cd2436383..ac67318ae8 100644 --- a/testing/java-jtreg/APKBUILD +++ b/testing/java-jtreg/APKBUILD @@ -6,7 +6,7 @@ pkgver=${_pkgver/-/.} pkgrel=0 pkgdesc="jtreg is the test harness used by the JDK test framework" url="http://hg.openjdk.java.net/code-tools/jtreg" -arch="" # Download source is unstable +arch="noarch" license="GPL-2.0" depends="java-jtharness java-asmtools" makedepends="openjdk8 zip" |