diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:18:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:18:34 +0000 |
commit | dca879f5ecf10c64d28f676910c810cafd2436d3 (patch) | |
tree | 38d462ab0c42a741783f4e50c380bb5328d2e55a /net-firewall/ipset | |
parent | Stable for x86, wrt bug #470340 (diff) | |
download | gentoo-2-dca879f5ecf10c64d28f676910c810cafd2436d3.tar.gz gentoo-2-dca879f5ecf10c64d28f676910c810cafd2436d3.tar.bz2 gentoo-2-dca879f5ecf10c64d28f676910c810cafd2436d3.zip |
Stable for x86, wrt bug #461978
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-firewall/ipset')
-rw-r--r-- | net-firewall/ipset/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/ipset/ipset-6.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/ipset/ChangeLog b/net-firewall/ipset/ChangeLog index fea041b8e6a9..e31514fc332e 100644 --- a/net-firewall/ipset/ChangeLog +++ b/net-firewall/ipset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/ipset # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.72 2013/05/27 00:03:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.73 2013/07/04 12:18:34 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ipset-6.17.ebuild: + Stable for x86, wrt bug #461978 *ipset-6.19 (27 May 2013) diff --git a/net-firewall/ipset/ipset-6.17.ebuild b/net-firewall/ipset/ipset-6.17.ebuild index e81abd220334..68f9c51acad4 100644 --- a/net-firewall/ipset/ipset-6.17.ebuild +++ b/net-firewall/ipset/ipset-6.17.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/ipset/ipset-6.17.ebuild,v 1.2 2013/05/07 11:58:49 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.17.ebuild,v 1.3 2013/07/04 12:18:34 ago Exp $ EAPI="5" inherit autotools linux-info linux-mod @@ -11,7 +11,7 @@ SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="modules" RDEPEND=">=net-firewall/iptables-1.4.7 |