diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-13 15:42:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-13 15:42:38 +0000 |
commit | 7d29d197c6bfee7780355004d1d636fc1b64bd5d (patch) | |
tree | d2673a4635f4039258de090a1e316b119ebc72c6 /community | |
parent | b63af710f28488e8ed7dec4c38c79f2964c02bb1 (diff) | |
download | aports-7d29d197c6bfee7780355004d1d636fc1b64bd5d.tar.bz2 aports-7d29d197c6bfee7780355004d1d636fc1b64bd5d.tar.xz |
community/openjade: disable on x86
fails to build
Diffstat (limited to 'community')
-rw-r--r-- | community/openjade/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openjade/APKBUILD b/community/openjade/APKBUILD index 5eeb997edd..849da6deec 100644 --- a/community/openjade/APKBUILD +++ b/community/openjade/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.2 pkgrel=3 pkgdesc="Implementation of the DSSSL style language" url="http://openjade.sourceforge.net" -arch="all" +arch="x86_64" license="custom" depends="" depends_dev="" |