diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-23 09:48:30 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-23 09:48:59 +0000 |
commit | 621dfaeba4ab79cc84cd9109fe13c263d811cba4 (patch) | |
tree | 85ab1c74c2bccdc38a436869d3919abe86b8b65c | |
parent | e9cae0755fa692f2103e398f32e6cc73af3f636d (diff) | |
download | aports-621dfaeba4ab79cc84cd9109fe13c263d811cba4.tar.bz2 aports-621dfaeba4ab79cc84cd9109fe13c263d811cba4.tar.xz |
testing/gn: disable incompattible arches
-rw-r--r-- | testing/gn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gn/APKBUILD b/testing/gn/APKBUILD index a289cc10f1..66eeea7d8b 100644 --- a/testing/gn/APKBUILD +++ b/testing/gn/APKBUILD @@ -4,7 +4,7 @@ pkgver=1530 pkgrel=0 pkgdesc="GN is a meta-build system that generates build files for Ninja." url="https://gn.googlesource.com/gn/+/1ab6fa2c/README.md" -arch="all" +arch="all !x86 !armhf !armv7" license="BSD-3-Clause" depends="libgcc musl" makedepends="python2 ninja git clang" |