diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-15 01:01:57 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-15 01:01:57 +0000 |
commit | b26098f122e76dda544f6f87d1d1c4126589c677 (patch) | |
tree | bc969d83bece65da083d9c61dee80d2a36e7a54c | |
parent | 0784476907e0f95f1789acc798928007b66671d0 (diff) | |
download | aports-b26098f122e76dda544f6f87d1d1c4126589c677.tar.bz2 aports-b26098f122e76dda544f6f87d1d1c4126589c677.tar.xz |
community/icedtea-web: enable build on ppc64le
-rw-r--r-- | community/icedtea-web/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icedtea-web/APKBUILD b/community/icedtea-web/APKBUILD index e6a67e00a3..ee0c1aead0 100644 --- a/community/icedtea-web/APKBUILD +++ b/community/icedtea-web/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.6.2 pkgrel=0 pkgdesc="web integration packages for icedtea" url="http://icedtea.classpath.org/wiki/IcedTea-Web" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="GPL" depends="openjdk8-jre bash" depends_dev="openjdk8 gtk+2.0-dev nspr-dev" |