diff options
Diffstat (limited to 'net-analyzer/iptstate/iptstate-1.3.ebuild')
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/iptstate/iptstate-1.3.ebuild b/net-analyzer/iptstate/iptstate-1.3.ebuild index 33628354686b..1a05d2220e99 100644 --- a/net-analyzer/iptstate/iptstate-1.3.ebuild +++ b/net-analyzer/iptstate/iptstate-1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.2 2004/06/24 22:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.3 2004/07/10 12:16:24 eldad Exp $ + -S=${WORKDIR}/${P} DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://iptstate.phildev.net/${P}.tar.gz" HOMEPAGE="http://iptstate.phildev.net" @@ -11,7 +11,8 @@ DEPEND="sys-libs/ncurses" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" +IUSE="" src_compile() { make CXXFLAGS="${CXXFLAGS} -g -Wall" all |