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: Tue, 10 Mar 2020 20:43:43
Message-Id: 1583872709.632fa318ed4410c239996064477dd91d3c28e773.swegener@gentoo
1 commit: 632fa318ed4410c239996064477dd91d3c28e773
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 20:38:05 2020 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 20:38:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632fa318
7
8 net-dns/pdns-recursor: Mark 4.2.1 stable on amd64/x86
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild
17 index 2ae00b46ee1..64c04adb42e 100644
18 --- a/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild
19 +++ b/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 +KEYWORDS="amd64 ~arm x86"
32 IUSE="debug libressl luajit protobuf snmp sodium systemd"
33
34 DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )