diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-28 14:58:27 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-28 14:59:04 -0500 |
commit | 7804a1c3c70a7dae0037de1ee4def607e12be4a8 (patch) | |
tree | 08bc8caa91055aa1c62d184ba1f8f565618cfc8a /testing | |
parent | ad6f71f80bfd95054ca24f672a64b788626a64ce (diff) | |
download | aports-7804a1c3c70a7dae0037de1ee4def607e12be4a8.tar.bz2 aports-7804a1c3c70a7dae0037de1ee4def607e12be4a8.tar.xz |
testing/openjdk6: now that we're back on gcc 4.5.2, build openjdk6 on all archs
Diffstat (limited to 'testing')
-rw-r--r-- | testing/openjdk6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openjdk6/APKBUILD b/testing/openjdk6/APKBUILD index 161964755..b72630bdc 100644 --- a/testing/openjdk6/APKBUILD +++ b/testing/openjdk6/APKBUILD @@ -6,7 +6,7 @@ icedteaver=1.10 pkgrel=0 pkgdesc="Sun OpenJDK 6 via IcedTea" url="http://icedtea.classpath.org/" -arch="x86" +arch="all" license="GPL-2 with Classpath" depends="$pkgname-jre" makedepends="java-gcj-compat findutils tar zip gawk pkgconfig util-linux-ng |