diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-13 09:35:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-13 09:35:57 +0000 |
commit | aa2024f219743b9349da046bc1b72082e0dce860 (patch) | |
tree | 5408e3f2128b3dbd12927dc145c145f95debb0ba /net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild | |
parent | Stable for x86, wrt bug #548174 (diff) | |
download | historical-aa2024f219743b9349da046bc1b72082e0dce860.tar.gz historical-aa2024f219743b9349da046bc1b72082e0dce860.tar.bz2 historical-aa2024f219743b9349da046bc1b72082e0dce860.zip |
Stable for x86, wrt bug #546160
Package-Manager: portage-2.2.18/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild index 90a764ca4014..742789d6fde0 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.2 2015/04/28 07:15:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.3 2015/05/13 09:35:56 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" |