diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 14:52:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 14:52:30 +0000 |
commit | dd9560bd1b48dfdc0a107c3a13eaab2fc8e81f37 (patch) | |
tree | d0b057fc0c8ae2b3081631e0bd4c65c5fef0b862 /testing/zerotier-one | |
parent | 69e0f45f2280af0ef8e2f192363ebd3bfbc42eb3 (diff) | |
download | aports-dd9560bd1b48dfdc0a107c3a13eaab2fc8e81f37.tar.bz2 aports-dd9560bd1b48dfdc0a107c3a13eaab2fc8e81f37.tar.xz |
testing/zerotier-one: disable all arches except x86_64
Diffstat (limited to 'testing/zerotier-one')
-rw-r--r-- | testing/zerotier-one/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zerotier-one/APKBUILD b/testing/zerotier-one/APKBUILD index 608de5698d..186c61ac43 100644 --- a/testing/zerotier-one/APKBUILD +++ b/testing/zerotier-one/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.4 pkgrel=4 pkgdesc="ZeroTier One allows systems to join and participate in ZeroTier virtual networks." url="https://www.zerotier.com/" -arch="all" +arch="x86_64" license="GPL-3.0" depends="" makedepends="nodejs-npm linux-headers" |