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 BE1E159CA4 for ; Wed, 9 Mar 2016 14:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 140CFE0850; Wed, 9 Mar 2016 14:23:03 +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 4F0CCE0850 for ; Wed, 9 Mar 2016 14:23:02 +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 CAA9F340C79 for ; Wed, 9 Mar 2016 14:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51CB7209B for ; Wed, 9 Mar 2016 14:22:58 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1457532458.0fa3969cba9b09fd5317515762493b929ed489e2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0fa3969cba9b09fd5317515762493b929ed489e2 X-VCS-Branch: master Date: Wed, 9 Mar 2016 14:22:58 +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: 3fcf1450-9dac-46ae-be02-ab71814bd308 X-Archives-Hash: e11cda8c083c9c33850b256249e8f314 commit: 0fa3969cba9b09fd5317515762493b929ed489e2 Author: Louis Sautier gmail com> AuthorDate: Wed Feb 24 12:57:49 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 9 14:07:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3969c net-analyzer/fail2ban: support freebsd-pf Package-Manager: portage-2.2.27 net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild index 9e04e5f..a4f7599 100644 --- a/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild @@ -17,8 +17,10 @@ SLOT="0" KEYWORDS="amd64 arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="selinux systemd" +# TODO support ipfw and ipfilter RDEPEND=" kernel_linux? ( net-firewall/iptables ) + kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) net-misc/whois virtual/logger virtual/mta