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 28850139695 for ; Thu, 16 Mar 2017 10:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA2621C081; Thu, 16 Mar 2017 10:15:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D1ED21C081 for ; Thu, 16 Mar 2017 10:15:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BA1C1341130 for ; Thu, 16 Mar 2017 10:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDAE86A14 for ; Thu, 16 Mar 2017 10:15:48 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489659326.afcadfd7fa32a1c4d8b5f9946fb4628a5333f4d7.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firehol/firehol-3.1.3-r1.ebuild net-firewall/firehol/firehol-3.1.3.ebuild X-VCS-Directories: net-firewall/firehol/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: afcadfd7fa32a1c4d8b5f9946fb4628a5333f4d7 X-VCS-Branch: master Date: Thu, 16 Mar 2017 10:15:48 +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: faac1a67-1153-4772-87ba-49c24ce86839 X-Archives-Hash: 68e97d282220695286228304b3148d8e commit: afcadfd7fa32a1c4d8b5f9946fb4628a5333f4d7 Author: Michael Weber gentoo org> AuthorDate: Thu Mar 16 10:15:26 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 16 10:15:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcadfd7 net-firewall/firehol: add ~ppc keyword (bug 611750). Package-Manager: Portage-2.3.4, Repoman-2.3.2 net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 +- net-firewall/firehol/firehol-3.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild index 99e09bd7cb9..45d722cbe81 100644 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" IUSE="doc ipv6 ipset" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ppc" RDEPEND="net-firewall/iptables sys-apps/iproute2[-minimal,ipv6?] diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild index 51a0d52381d..449816ce5f0 100644 --- a/net-firewall/firehol/firehol-3.1.3.ebuild +++ b/net-firewall/firehol/firehol-3.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" IUSE="doc ipv6" -KEYWORDS="amd64 arm" +KEYWORDS="amd64 arm ~ppc" RDEPEND="net-firewall/iptables sys-apps/iproute2[-minimal,ipv6?]