diff options
Diffstat (limited to 'net-firewall/ipt_netflow')
-rw-r--r-- | net-firewall/ipt_netflow/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild | 4 |
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 |