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 027A8139082 for ; Wed, 29 Nov 2017 18:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B77E0CCD; Wed, 29 Nov 2017 18:52:55 +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 F1C47E0CAE for ; Wed, 29 Nov 2017 18:52:54 +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 0A29833FE7D for ; Wed, 29 Nov 2017 18:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26C9ABE7 for ; Wed, 29 Nov 2017 18:52:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1511981545.619414a9347b10b10c1b1185a74eb4ca2bd4c237.whissi@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.0.7.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 619414a9347b10b10c1b1185a74eb4ca2bd4c237 X-VCS-Branch: master Date: Wed, 29 Nov 2017 18:52:52 +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: 4e6c83df-e7a1-4504-be42-33a08877879e X-Archives-Hash: 50336598a909827f03b57d5f24968d25 commit: 619414a9347b10b10c1b1185a74eb4ca2bd4c237 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 29 18:41:34 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 29 18:52:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619414a9 net-dns/pdns-recursor: x86 stable (bug #638568) Package-Manager: Portage-2.3.16, Repoman-2.3.6 net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild index 8f18ac99d21..8ad027121b3 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.7.ebuild @@ -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 lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )"