diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-26 19:41:15 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-26 19:41:15 -0500 |
commit | d09bc59a14793d81e2df65f3e79091a1737391b2 (patch) | |
tree | 60a4720d578967f53cdf1fe5b562be66218b0f95 /testing | |
parent | 14df56692bad7f3aa5d6f9eea798930d15e1b842 (diff) | |
download | aports-d09bc59a14793d81e2df65f3e79091a1737391b2.tar.bz2 aports-d09bc59a14793d81e2df65f3e79091a1737391b2.tar.xz |
testing/openjdk6: withdraw from x86_64 for the moment
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 b72630bdc..161964755 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="all" +arch="x86" license="GPL-2 with Classpath" depends="$pkgname-jre" makedepends="java-gcj-compat findutils tar zip gawk pkgconfig util-linux-ng |