diff options
author | 2015-04-28 07:15:59 +0000 | |
---|---|---|
committer | 2015-04-28 07:15:59 +0000 | |
commit | 0bcf33bc041040b8b480701d0415fce10ccddddb (patch) | |
tree | f71c573d62ccfa79775d0109420673adc765c872 /net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild | |
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/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 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" |