diff options
author | 2010-12-21 13:35:21 +0000 | |
---|---|---|
committer | 2010-12-21 13:35:21 +0000 | |
commit | d53f8eec3369c2191130a266d41461cf83cddd8d (patch) | |
tree | 7e0c912d0ee08fb031adf00aa034b2cd46c01617 /net-firewall | |
parent | fixes compile-problems with USE=-xmp, solves (partially) bug #349091. (diff) | |
download | gentoo-2-d53f8eec3369c2191130a266d41461cf83cddd8d.tar.gz gentoo-2-d53f8eec3369c2191130a266d41461cf83cddd8d.tar.bz2 gentoo-2-d53f8eec3369c2191130a266d41461cf83cddd8d.zip |
Stable on alpha to help with bug 340777
(Portage version: 2.1.9.25/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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 14fd650fb366..fb0797e1beb8 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.227 2010/12/01 08:15:06 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.228 2010/12/21 13:35:21 klausman Exp $ + + 21 Dec 2010; Tobias Klausmann <klausman@gentoo.org> iptables-1.4.7.ebuild: + Stable on alpha to help with bug 340777 01 Dec 2010; Dawid Węgliński <cla@gentoo.org> iptables-1.4.10.ebuild: Stable on amd64 (bug #347179) diff --git a/net-firewall/iptables/iptables-1.4.7.ebuild b/net-firewall/iptables/iptables-1.4.7.ebuild index 849d1483f93b..26a2b8f793e5 100644 --- a/net-firewall/iptables/iptables-1.4.7.ebuild +++ b/net-firewall/iptables/iptables-1.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.2 2010/04/21 16:45:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.3 2010/12/21 13:35:21 klausman Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -11,7 +11,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" DEPEND="virtual/os-headers" |