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 C20EA139085 for ; Wed, 21 Dec 2016 18:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E37CB23400F; Wed, 21 Dec 2016 18:39:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B06A4234002 for ; Wed, 21 Dec 2016 18:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDDB1341149 for ; Wed, 21 Dec 2016 18:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7745324E7 for ; Wed, 21 Dec 2016 18:39:16 +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: <1482345550.824f3dd78bdcf5a901e849ee0c5fc6871aa971b7.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.3.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 824f3dd78bdcf5a901e849ee0c5fc6871aa971b7 X-VCS-Branch: master Date: Wed, 21 Dec 2016 18:39:16 +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: 2e4edd84-9175-4c0e-b69d-839824e40a52 X-Archives-Hash: 93431b0906fe9ef0cd09ba03ede51f53 commit: 824f3dd78bdcf5a901e849ee0c5fc6871aa971b7 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Dec 21 18:23:48 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Dec 21 18:39:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824f3dd7 net-dns/pdns-recursor: x86 stable (bug #600352) Package-Manager: Portage-2.3.2, Repoman-2.3.1 net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild index 27b4b86..4fd9dbc 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="lua luajit protobuf systemd" REQUIRED_USE="?? ( lua luajit )"