Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Fri, 02 Jul 2021 20:25:02
Message-Id: 1625257117.c526e660f1e9708df67cceb57256d61a5ff22748.swegener@gentoo
1 commit: c526e660f1e9708df67cceb57256d61a5ff22748
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 20:18:13 2021 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 20:18:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526e660
7
8 net-dns/pdns-recursor: Stabilize 4.4.4 on amd64/x86
9
10 This version contains a fix for boost-1.76 support.
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
14
15 net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
19 index dc546d8cd6c..6233a790ac7 100644
20 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
21 +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~x86"
27 +KEYWORDS="amd64 ~arm x86"
28 IUSE="debug dnstap protobuf snmp sodium systemd test"
29 REQUIRED_USE="${LUA_REQUIRED_USE}
30 dnstap? ( protobuf )"