diff options
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog index e851481e6f59..563971367680 100644 --- a/net-firewall/arptables/ChangeLog +++ b/net-firewall/arptables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/arptables # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.9 2007/10/28 11:27:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.10 2007/12/10 14:52:16 cla Exp $ + + 10 Dec 2007; Dawid Węgliński <cla@gentoo.org> + arptables-0.0.3.3-r1.ebuild: + Stable on x86 (bug #201836) *arptables-0.0.3.3-r1 (28 Oct 2007) diff --git a/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild index f1fb1a8490ee..e515572f58e3 100644 --- a/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild,v 1.1 2007/10/28 11:27:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild,v 1.2 2007/12/10 14:52:16 cla Exp $ inherit versionator eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ebtables/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" S=${WORKDIR}/${MY_P} |