diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-10 12:16:24 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-10 12:16:24 +0000 |
commit | 6f1f430938d6e21c5a62f4d93ff717b8151be22e (patch) | |
tree | 30c93b112105fef925a70254b883ac5816fe8b5a /net-analyzer/iptstate/iptstate-1.3.ebuild | |
parent | tidy (diff) | |
download | historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.tar.gz historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.tar.bz2 historical-6f1f430938d6e21c5a62f4d93ff717b8151be22e.zip |
tidy; x86 stable
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 |