aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-12 19:47:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-12 19:49:04 +0000
commit2132549f51c433d556708e830d01353cd1c70aba (patch)
tree02e28dbafd66e55902417df441b30d262162bc4b /testing
parent885065fae0e085ec41befcffd01bc6512607dc10 (diff)
downloadaports-2132549f51c433d556708e830d01353cd1c70aba.tar.bz2
aports-2132549f51c433d556708e830d01353cd1c70aba.tar.xz
testing/android-tools: only build on x86 and x86_64
Those are the only arches that builds, currently.
Diffstat (limited to 'testing')
-rw-r--r--testing/android-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android-tools/APKBUILD b/testing/android-tools/APKBUILD
index d37f535dd8..a914fa3584 100644
--- a/testing/android-tools/APKBUILD
+++ b/testing/android-tools/APKBUILD
@@ -6,7 +6,7 @@ _realver=${pkgver/_p/_r}
pkgrel=1
pkgdesc="Android platform tools"
url="https://sites.google.com/a/android.com/tools/"
-arch="all !s390x !ppc64le"
+arch="x86 x86_64"
license="Apache-2.0 MIT"
depends=""
depends_dev=""