diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-03 20:52:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-03 20:52:34 +0000 |
commit | 3cffbe44c835193bac4fe8c9c1f748cabfb8c24b (patch) | |
tree | bb0805ea07dce9c2e825ba954f8a286c16b7dcc4 | |
parent | Added an upstream fix that possibly will cause and error. Closes bug #159707. (diff) | |
download | gentoo-2-3cffbe44c835193bac4fe8c9c1f748cabfb8c24b.tar.gz gentoo-2-3cffbe44c835193bac4fe8c9c1f748cabfb8c24b.tar.bz2 gentoo-2-3cffbe44c835193bac4fe8c9c1f748cabfb8c24b.zip |
Stable on amd64 as requested by solar to match other arches.
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 8 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-3.0.8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 0ed9aa3071f3..176e231f34c2 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/shorewall -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.119 2006/10/23 15:57:02 gustavoz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.120 2007/01/03 20:52:34 wolf31o2 Exp $ + + 03 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + shorewall-3.0.8.ebuild: + Stable on amd64 as requested by solar to match other arches. 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> shorewall-3.0.8.ebuild: diff --git a/net-firewall/shorewall/shorewall-3.0.8.ebuild b/net-firewall/shorewall/shorewall-3.0.8.ebuild index 9a95666b754b..8f216f1548d5 100644 --- a/net-firewall/shorewall/shorewall-3.0.8.ebuild +++ b/net-firewall/shorewall/shorewall-3.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.0.8.ebuild,v 1.7 2006/10/23 15:57:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.0.8.ebuild,v 1.8 2007/01/03 20:52:34 wolf31o2 Exp $ MY_P_DOCS="${P/${PN}/${PN}-docs-html}" @@ -11,7 +11,7 @@ SRC_URI="http://shorewall.net/pub/${PN}/3.0/${P}/${P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="doc" DEPEND=">=net-firewall/iptables-1.2.4 |