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 452A11383E0 for ; Thu, 1 Oct 2015 20:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E87321C008; Thu, 1 Oct 2015 20:50:36 +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 D454821C008 for ; Thu, 1 Oct 2015 20:50:35 +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 CA0F7340942 for ; Thu, 1 Oct 2015 20:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B4B83D1 for ; Thu, 1 Oct 2015 20:50:32 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1443732627.9a39bf68cb7a30a2fb42791e3336cb5f3d7c4b4d.maekke@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.7.3.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9a39bf68cb7a30a2fb42791e3336cb5f3d7c4b4d X-VCS-Branch: master Date: Thu, 1 Oct 2015 20:50:32 +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: 505c19d1-2c8d-467f-b364-5fd3c11ecd58 X-Archives-Hash: d442da72eea23d7c3dbacd6f8b9ea8a6 commit: 9a39bf68cb7a30a2fb42791e3336cb5f3d7c4b4d Author: Markus Meier gentoo org> AuthorDate: Thu Oct 1 20:50:27 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Oct 1 20:50:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a39bf68 net-dns/pdns-recursor: add ~arm, bug #559806 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild index 5b5d2c8..0e22875 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.7.3.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.7.3.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 ~arm ~x86" IUSE="lua" DEPEND="lua? ( >=dev-lang/lua-5.1 )"