diff options
author | Markus Meier <maekke@gentoo.org> | 2009-02-04 21:41:36 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-02-04 21:41:36 +0000 |
commit | d6b1de2ab11dd66054f5aa516fd6dc71288f693d (patch) | |
tree | 58010d7425283d1e60af119b029d8559f8a7f3ed /net-firewall | |
parent | amd64/x86 stable, bug #257462 (diff) | |
download | gentoo-2-d6b1de2ab11dd66054f5aa516fd6dc71288f693d.tar.gz gentoo-2-d6b1de2ab11dd66054f5aa516fd6dc71288f693d.tar.bz2 gentoo-2-d6b1de2ab11dd66054f5aa516fd6dc71288f693d.zip |
amd64/x86 stable, bug #255786
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index b44c665bdf23..d323a7ab6f01 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # 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.186 2009/01/30 21:54:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.187 2009/02/04 21:41:36 maekke Exp $ + + 04 Feb 2009; Markus Meier <maekke@gentoo.org> iptables-1.4.2-r2.ebuild: + amd64/x86 stable, bug #255786 30 Jan 2009; Daniel Black <dragonheart@gentoo.org> iptables-1.3.8-r3.ebuild, iptables-1.4.0-r1.ebuild: diff --git a/net-firewall/iptables/iptables-1.4.2-r2.ebuild b/net-firewall/iptables/iptables-1.4.2-r2.ebuild index 2b518b23f421..8c7a5ae5aa9e 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.1 2009/01/21 18:36:10 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.2 2009/02/04 21:41:36 maekke 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" |