diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-19 00:12:27 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-19 00:12:27 +0000 |
commit | 397437ecc0ff09d085c3866410ab74c785c322a7 (patch) | |
tree | 85b52e87abd4d0fe76bc3727cc65517b9eaad854 /net-firewall | |
parent | Fix #82243, #100659, #104845, #108521. (diff) | |
download | gentoo-2-397437ecc0ff09d085c3866410ab74c785c322a7.tar.gz gentoo-2-397437ecc0ff09d085c3866410ab74c785c322a7.tar.bz2 gentoo-2-397437ecc0ff09d085c3866410ab74c785c322a7.zip |
Stable on amd64.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 723671983bd9..6d1b4b4a44fa 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.89 2005/11/18 09:58:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.90 2005/11/19 00:12:27 cryos Exp $ + + 19 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> iptables-1.3.4.ebuild: + Stable on amd64. 18 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> iptables-1.3.4.ebuild: Stable on hppa, ppc. diff --git a/net-firewall/iptables/iptables-1.3.4.ebuild b/net-firewall/iptables/iptables-1.3.4.ebuild index 3152c76c42b5..d8116a914cd0 100644 --- a/net-firewall/iptables/iptables-1.3.4.ebuild +++ b/net-firewall/iptables/iptables-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.4 2005/11/18 09:58:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.4.ebuild,v 1.5 2005/11/19 00:12:27 cryos Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -19,7 +19,7 @@ SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="ipv6 static extensions" DEPEND="virtual/os-headers |