diff options
author | Ned Ludd <solar@gentoo.org> | 2004-12-11 17:38:07 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-12-11 17:38:07 +0000 |
commit | ee1082c5ce1159da52fd6b0af24136c9b077d879 (patch) | |
tree | 9e92d951ef90d1564d6ccc1bfe4432d32be3d610 /net-firewall/ebtables/ebtables-2.0.6.ebuild | |
parent | Initial import. ebuild by Fernando Serboncini in bug 31998. (Manifest recommit) (diff) | |
download | gentoo-2-ee1082c5ce1159da52fd6b0af24136c9b077d879.tar.gz gentoo-2-ee1082c5ce1159da52fd6b0af24136c9b077d879.tar.bz2 gentoo-2-ee1082c5ce1159da52fd6b0af24136c9b077d879.zip |
- stable on x86
Diffstat (limited to 'net-firewall/ebtables/ebtables-2.0.6.ebuild')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.6.ebuild b/net-firewall/ebtables/ebtables-2.0.6.ebuild index d2af088e201e..0c0b55551593 100644 --- a/net-firewall/ebtables/ebtables-2.0.6.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.8 2004/07/24 12:09:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.9 2004/12/11 17:38:07 solar Exp $ DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting." SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" HOMEPAGE="http://${PN}.sourceforge.net/" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" LICENSE="GPL-2" SLOT="0" @@ -26,8 +26,8 @@ src_unpack() { unpack ${A} cd ${S} - # fix a silly little "label at end of compound statement" error that - # prevents ebtables from being compilable with gcc 3.4 + # fix "label at end of compound statement" error that + # prevents ebtables from being compilable with >=gcc-3.4 epatch ${FILESDIR}/ebtables-2.0.6-gcc34.patch } |