diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:52:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:52:33 +0000 |
commit | 85063d97dafbcec36778828ecde3693b64768c59 (patch) | |
tree | e3efa46602c56e8d8e20d3d2b027be92ad50c5d7 /net-firewall | |
parent | Stable for amd64, wrt bug #465220 (diff) | |
download | gentoo-2-85063d97dafbcec36778828ecde3693b64768c59.tar.gz gentoo-2-85063d97dafbcec36778828ecde3693b64768c59.tar.bz2 gentoo-2-85063d97dafbcec36778828ecde3693b64768c59.zip |
Stable for amd64, wrt bug #466068
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-firewall')
-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, 6 insertions, 4 deletions
diff --git a/net-firewall/ipt_netflow/ChangeLog b/net-firewall/ipt_netflow/ChangeLog index 8be1549e6c96..5b4aa2ed9c3b 100644 --- a/net-firewall/ipt_netflow/ChangeLog +++ b/net-firewall/ipt_netflow/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2013/02/07 15:59:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.6 2013/04/16 16:52:33 ago Exp $ + + 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-1.8-r1.ebuild: + Stable for amd64, wrt bug #466068 07 Feb 2013; Jeroen Roovers <jer@gentoo.org> files/ipt_netflow-1.8-configure.patch: @@ -26,4 +29,3 @@ 14 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +ipt_netflow-1.8.ebuild, +metadata.xml: Initial commit wrt bug #283578 - 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 6c6b9aca0168..0f8d049706f6 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.3 2013/02/07 15:38:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild,v 1.4 2013/04/16 16:52:33 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://sourceforge.net/projects/ipt-netflow" SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="net-firewall/iptables" |