diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:59:31 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:59:31 +0000 |
commit | dd82c85a2c2a3340deab73c2cafa7790ac6e825d (patch) | |
tree | f3abe0f77fe679ee1cc1414628eb757d828b12e2 /net-firewall | |
parent | amd64/x86 stable, bug #245553 (diff) | |
download | gentoo-2-dd82c85a2c2a3340deab73c2cafa7790ac6e825d.tar.gz gentoo-2-dd82c85a2c2a3340deab73c2cafa7790ac6e825d.tar.bz2 gentoo-2-dd82c85a2c2a3340deab73c2cafa7790ac6e825d.zip |
Stable on alpha, bug #255786
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 11f3baf2e429..c0ff5511ad2a 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.188 2009/02/05 22:02:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.189 2009/02/08 15:59:31 klausman Exp $ + + 08 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + iptables-1.4.2-r2.ebuild: + Stable on alpha, bug #255786 05 Feb 2009; Jeroen Roovers <jer@gentoo.org> iptables-1.4.2-r2.ebuild: Stable for HPPA (bug #255786). diff --git a/net-firewall/iptables/iptables-1.4.2-r2.ebuild b/net-firewall/iptables/iptables-1.4.2-r2.ebuild index db13ef1654ef..d0549e8348cb 100644 --- a/net-firewall/iptables/iptables-1.4.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.3 2009/02/05 22:02:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.4 2009/02/08 15:59:31 klausman Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,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="" DEPEND="virtual/os-headers" |