aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wireguard-grsec
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-03-29 03:40:23 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-29 03:40:23 +0000
commit826bc345b4b18e0fae49785faa3faa52423b0d7c (patch)
treeed10648f932cef6fbd7d7097bd53d3acb63b560e /testing/wireguard-grsec
parent8c5c18288416d0b75bb58e3d5bc10bcb9a67b949 (diff)
downloadaports-826bc345b4b18e0fae49785faa3faa52423b0d7c.tar.bz2
aports-826bc345b4b18e0fae49785faa3faa52423b0d7c.tar.xz
testing/{ipt-netflow-grsec,sch-cacke-grsec,wireguard-grsec}: fix $arch
we only ship linux-grsec on x86/x86_64/armhf, and there are no plans to ship it on any other archs, so $arch=all is improper.
Diffstat (limited to 'testing/wireguard-grsec')
-rw-r--r--testing/wireguard-grsec/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wireguard-grsec/APKBUILD b/testing/wireguard-grsec/APKBUILD
index 5760742650..892d435bb5 100644
--- a/testing/wireguard-grsec/APKBUILD
+++ b/testing/wireguard-grsec/APKBUILD
@@ -27,7 +27,7 @@ pkgname=${_name}-${_flavor}
pkgver=$_kver
pkgrel=$(($_kpkgrel + $_mypkgrel))
pkgdesc="Next generation secure network tunnel: kernel modules for $_flavor"
-arch='all !aarch64'
+arch='x86 x86_64 armhf'
url='https://www.wireguard.io'
license="GPLv2"
makedepends="linux-grsec-dev=$_kpkgver libmnl-dev"