diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 03:40:23 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-29 03:40:23 +0000 |
commit | 826bc345b4b18e0fae49785faa3faa52423b0d7c (patch) | |
tree | ed10648f932cef6fbd7d7097bd53d3acb63b560e /testing/wireguard-grsec | |
parent | 8c5c18288416d0b75bb58e3d5bc10bcb9a67b949 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |