diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-06-18 00:46:35 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-06-18 00:46:35 +0000 |
commit | 33088be3c36450742bc0a9619e3acee540a86113 (patch) | |
tree | e154e1ec8a19aa5cb30ae960d6a6f176ddb9dfcc /net-firewall/iptables | |
parent | Add missing lua dependency (#274447). (diff) | |
download | gentoo-2-33088be3c36450742bc0a9619e3acee540a86113.tar.gz gentoo-2-33088be3c36450742bc0a9619e3acee540a86113.tar.bz2 gentoo-2-33088be3c36450742bc0a9619e3acee540a86113.zip |
stable amd64, bug 274403
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index e442b3868854..cdd4c5f8ce07 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.200 2009/06/17 20:24:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.201 2009/06/18 00:46:35 gentoofan23 Exp $ + + 18 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org> + iptables-1.4.3.2.ebuild: + stable amd64, bug 274403 17 Jun 2009; Christian Faulhammer <fauli@gentoo.org> iptables-1.4.3.2.ebuild: diff --git a/net-firewall/iptables/iptables-1.4.3.2.ebuild b/net-firewall/iptables/iptables-1.4.3.2.ebuild index 0086952a2b62..fc1817b05f15 100644 --- a/net-firewall/iptables/iptables-1.4.3.2.ebuild +++ b/net-firewall/iptables/iptables-1.4.3.2.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.3.2.ebuild,v 1.4 2009/06/17 20:24:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.3.2.ebuild,v 1.5 2009/06/18 00:46:35 gentoofan23 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" |