diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-28 11:24:01 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-28 11:24:01 +0000 |
commit | dd8c5aaab6ce20072767605210df59963d7509ab (patch) | |
tree | b345037f11fc2f18c017c45ccafb5864d0288d41 /net-firewall | |
parent | Version bump. Add ruby21. (diff) | |
download | gentoo-2-dd8c5aaab6ce20072767605210df59963d7509ab.tar.gz gentoo-2-dd8c5aaab6ce20072767605210df59963d7509ab.tar.bz2 gentoo-2-dd8c5aaab6ce20072767605210df59963d7509ab.zip |
Stable on amd64 and x86, wrt bug #502872
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipt_netflow/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/ipt_netflow/ChangeLog b/net-firewall/ipt_netflow/ChangeLog index 39ebfba141c4..d08ab8c55809 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.12 2013/12/19 19:16:43 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.13 2014/02/28 11:24:01 pinkbyte Exp $ + + 28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> ipt_netflow-1.8-r4.ebuild: + Stable on amd64 and x86, wrt bug #502872 *ipt_netflow-1.8-r4 (19 Dec 2013) diff --git a/net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild b/net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild index 1bf35093bdec..f144623ff7ec 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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-r4.ebuild,v 1.1 2013/12/19 19:16:43 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-1.8-r4.ebuild,v 1.2 2014/02/28 11:24:01 pinkbyte Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ipt-netflow/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="pax_kernel" |