summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-07 15:38:27 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-07 15:38:27 +0000
commit7c231d68073cd31cb4946c9e6161cf488afa7426 (patch)
treea36d3f65f11b0cdad09543b51e778ca2c8eed676 /net-firewall
parentMake KEYWORDS alphabetically ordered, make CONFIG_CHECK non-fatal (diff)
downloadgentoo-2-7c231d68073cd31cb4946c9e6161cf488afa7426.tar.gz
gentoo-2-7c231d68073cd31cb4946c9e6161cf488afa7426.tar.bz2
gentoo-2-7c231d68073cd31cb4946c9e6161cf488afa7426.zip
Fix for last commit - forgot to make CONFIG_CHECK non-fatal in last revision. Thanks to Jeroen Roovers for pointing on this
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipt_netflow/ChangeLog6
-rw-r--r--net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/ipt_netflow/ChangeLog b/net-firewall/ipt_netflow/ChangeLog
index 641f9d034581..e8cae3a3f9be 100644
--- a/net-firewall/ipt_netflow/ChangeLog
+++ b/net-firewall/ipt_netflow/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipt_netflow
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.3 2013/02/07 15:31:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.4 2013/02/07 15:38:27 pinkbyte Exp $
+
+ 07 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> ipt_netflow-1.8-r1.ebuild:
+ Fix for last commit - forgot to make CONFIG_CHECK non-fatal in last revision.
+ Thanks to Jeroen Roovers for pointing on this
07 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> ipt_netflow-1.8.ebuild,
ipt_netflow-1.8-r1.ebuild:
diff --git a/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild
index d9277ae23c98..6c6b9aca0168 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild,v 1.2 2013/02/07 15:31:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild,v 1.3 2013/02/07 15:38:27 pinkbyte Exp $
EAPI="5"
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
BUILD_TARGETS="all"
-CONFIG_CHECK="IP_NF_IPTABLES"
+CONFIG_CHECK="~IP_NF_IPTABLES"
MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
IPT_LIB=/usr/$(get_libdir)/xtables