diff options
author | tcely <tcely@users.noreply.github.com> | 2019-04-18 04:37:15 -0400 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-19 05:29:23 +0300 |
commit | 385daeb8ad2b7d2d161d4bec1a746397ce9199c6 (patch) | |
tree | c9be304ec88942353f276c6a0c8a478a1db543ec /community/pdns-recursor | |
parent | 862749d77131716765d06f39c24d6c386190b26d (diff) | |
download | aports-385daeb8ad2b7d2d161d4bec1a746397ce9199c6.tar.bz2 aports-385daeb8ad2b7d2d161d4bec1a746397ce9199c6.tar.xz |
community/pdns-recursor: enable s390x
boost-context is now available
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index c8c490caf3..20f9ed8c75 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -2,11 +2,10 @@ # Maintainer: tcely <pdns-recursor+aports@tcely.33mail.com> pkgname=pdns-recursor pkgver=4.1.12 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" -# s390x: missing boost-context -arch="all !s390x" +arch="all" license="GPL-2.0-or-later" depends="dns-root-hints" depends_dev="" |