diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 06:38:20 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 06:38:20 +0000 |
commit | 242c51722a3f6683921d31144c92989c8791eb6e (patch) | |
tree | e966aa8b8f9be2b35db3a6b725d2c625ead4e118 | |
parent | c7a7c2eb172510fa6696e3db4eb0e0922081c7c4 (diff) | |
download | aports-242c51722a3f6683921d31144c92989c8791eb6e.tar.bz2 aports-242c51722a3f6683921d31144c92989c8791eb6e.tar.xz |
community/pdns-recursor: disable on mips
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index bfc51b3b61..03c8b6fac5 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -6,7 +6,7 @@ pkgver="4.2.1" pkgrel=0 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" -arch="all !s390x" # broken context +arch="all !s390x !mips !mips64" # broken context license="GPL-2.0-only" depends="dns-root-hints" makedepends="boost-dev botan-dev openssl-dev libsodium-dev lua5.3-dev net-snmp-dev protobuf-dev" |