diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-28 07:15:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-28 07:15:59 +0000 |
commit | 0bcf33bc041040b8b480701d0415fce10ccddddb (patch) | |
tree | f71c573d62ccfa79775d0109420673adc765c872 /net-firewall | |
parent | Version bump. (diff) | |
download | gentoo-2-0bcf33bc041040b8b480701d0415fce10ccddddb.tar.gz gentoo-2-0bcf33bc041040b8b480701d0415fce10ccddddb.tar.bz2 gentoo-2-0bcf33bc041040b8b480701d0415fce10ccddddb.zip |
Stable for amd64, wrt bug #546160
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipt_netflow/ChangeLog b/net-firewall/ipt_netflow/ChangeLog index 949dc1ab772a..2aec7ab37059 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.22 2015/02/18 09:54:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.23 2015/04/28 07:15:59 ago Exp $ + + 28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-2.1.ebuild: + Stable for amd64, wrt bug #546160 *ipt_netflow-2.1 (18 Feb 2015) diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild index f3a4bcfd3ccb..90a764ca4014 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.1 2015/02/18 09:54:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.2 2015/04/28 07:15:59 ago Exp $ EAPI=5 MY_PN="${PN/_/-}" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug snmp" |