diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-18 19:48:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-18 19:48:53 +0000 |
commit | 343accb4153e263272f37ddf861cb489c36ea169 (patch) | |
tree | 471f35e3fb67ddad3d53ffef43474f4989d88eb8 /net-firewall/iptables | |
parent | Stable for alpha, wrt bug #485190 (diff) | |
download | gentoo-2-343accb4153e263272f37ddf861cb489c36ea169.tar.gz gentoo-2-343accb4153e263272f37ddf861cb489c36ea169.tar.bz2 gentoo-2-343accb4153e263272f37ddf861cb489c36ea169.zip |
Stable for alpha, wrt bug #485190
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 182d7453db62..fcad2227627e 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.305 2014/01/18 05:37:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.306 2014/01/18 19:48:53 ago Exp $ + + 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.20.ebuild: + Stable for alpha, wrt bug #485190 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> iptables-1.4.20.ebuild, iptables-1.4.21.ebuild: diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index 12d3636d66f6..0ecf42742fa8 100644 --- a/net-firewall/iptables/iptables-1.4.20.ebuild +++ b/net-firewall/iptables/iptables-1.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.11 2014/01/18 05:37:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.12 2014/01/18 19:48:53 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="ipv6 netlink static-libs" RDEPEND=" |