diff options
author | Sven Wegener <swegener@gentoo.org> | 2021-06-10 21:30:14 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2021-06-10 21:33:25 +0200 |
commit | c2442d569a857955c4afc42529f25d0d4e0cc333 (patch) | |
tree | 173423e2910348265b60e12c96ead7774137b5ca /net-dns | |
parent | net-libs/libesmtp: increment subslot (diff) | |
download | gentoo-c2442d569a857955c4afc42529f25d0d4e0cc333.tar.gz gentoo-c2442d569a857955c4afc42529f25d0d4e0cc333.tar.bz2 gentoo-c2442d569a857955c4afc42529f25d0d4e0cc333.zip |
net-dns/pdns-recursor: Drop arm and x86 keywords
Upstream will only support systems with 64-bit time_t from now on.
Closes: https://bugs.gentoo.org/793722
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.5.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.5.1.ebuild index dc9c75ab0e85..391869be2aec 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.5.1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.5.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64" IUSE="debug dnstap snmp sodium systemd test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |