From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BDF781397DC for ; Sun, 16 Aug 2015 23:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA35E07F4; Sun, 16 Aug 2015 23:08:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87BE5E07F4 for ; Sun, 16 Aug 2015 23:08:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4483D340862 for ; Sun, 16 Aug 2015 23:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3908214D for ; Sun, 16 Aug 2015 23:08:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439766346.10571e1ee1b73d5ad7efce26ae457c63ecbc64ad.zlogene@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-3.6.4.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 10571e1ee1b73d5ad7efce26ae457c63ecbc64ad X-VCS-Branch: master Date: Sun, 16 Aug 2015 23:08:20 +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: 270242ae-1b70-4111-915a-8d14895e0646 X-Archives-Hash: 32967a4ec8cc930b701d6c42ba01bf6b commit: 10571e1ee1b73d5ad7efce26ae457c63ecbc64ad Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 16 23:05:28 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 16 23:05:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10571e1e net-dns/pdns-recursor: amd64 stable wrt bug #554856 Package-Manager: portage-2.2.20.1 net-dns/pdns-recursor/pdns-recursor-3.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-3.6.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.6.4.ebuild index bb2f19e..833de71 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.6.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.6.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="lua" DEPEND="lua? ( >=dev-lang/lua-5.1 )"