diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:53:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-16 16:53:57 +0000 |
commit | 3c0d770fd856d4267482b726d47e385917e32418 (patch) | |
tree | 0d9174ff37ea24eb9da3c9fd0d19dfbd4317c4f8 /net-firewall | |
parent | Stable for x86, wrt bug #465220 (diff) | |
download | gentoo-2-3c0d770fd856d4267482b726d47e385917e32418.tar.gz gentoo-2-3c0d770fd856d4267482b726d47e385917e32418.tar.bz2 gentoo-2-3c0d770fd856d4267482b726d47e385917e32418.zip |
Stable for x86, 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 | 5 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipt_netflow/ChangeLog b/net-firewall/ipt_netflow/ChangeLog index 5b4aa2ed9c3b..21e403b7c694 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.6 2013/04/16 16:52:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.7 2013/04/16 16:53:57 ago Exp $ + + 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-1.8-r1.ebuild: + Stable for x86, wrt bug #466068 16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-1.8-r1.ebuild: Stable for amd64, wrt bug #466068 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 0f8d049706f6..6de3d3007650 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.4 2013/04/16 16:52:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-1.8-r1.ebuild,v 1.5 2013/04/16 16:53:57 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" |