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: Thu, 23 Dec 2021 07:14:41
Message-Id: 1640243674.df70fe0a5efc27f02a1cf680405e3175cf112264.swegener@gentoo
1 commit: df70fe0a5efc27f02a1cf680405e3175cf112264
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 19 21:17:06 2021 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 07:14:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df70fe0a
7
8 net-dns/pdns-recursor: Stabilize 4.4.7 and 4.5.7
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild | 2 +-
14 net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild
18 index dc546d8cd6ca..6233a790ac76 100644
19 --- a/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild
20 +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm ~x86"
26 +KEYWORDS="amd64 ~arm x86"
27 IUSE="debug dnstap protobuf snmp sodium systemd test"
28 REQUIRED_USE="${LUA_REQUIRED_USE}
29 dnstap? ( protobuf )"
30
31 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild
32 index 391869be2aec..cf3bf318576d 100644
33 --- a/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild
34 +++ b/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild
35 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64"
40 +KEYWORDS="amd64"
41 IUSE="debug dnstap snmp sodium systemd test"
42 REQUIRED_USE="${LUA_REQUIRED_USE}"
43 RESTRICT="!test? ( test )"