From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25DE138334 for ; Sun, 21 Oct 2018 21:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7CFEE082B; Sun, 21 Oct 2018 21:50:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D434E082B for ; Sun, 21 Oct 2018 21:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E200335CFD for ; Sun, 21 Oct 2018 21:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC31436 for ; Sun, 21 Oct 2018 21:50:35 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1540158603.8de6579a10966f381b3406c3838555250f5695b4.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 8de6579a10966f381b3406c3838555250f5695b4 X-VCS-Branch: master Date: Sun, 21 Oct 2018 21:50:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82527c6c-820b-439f-9f52-7c44fb3acac7 X-Archives-Hash: 1c454fdfefd242eca7e7f8f6582c4860 commit: 8de6579a10966f381b3406c3838555250f5695b4 Author: Sven Wegener gentoo org> AuthorDate: Sun Oct 21 21:47:59 2018 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun Oct 21 21:50:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de6579a net-dns/pdns-recursor: Stable on amd64 and x86 Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild index 29926f6c42d..2e627d8108a 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="libressl luajit protobuf snmp sodium systemd" DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )