diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-06-16 09:13:05 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-06-16 09:13:05 +0000 |
commit | ad748e0ec9d2ad88348f8eb5d22c68d4864140f6 (patch) | |
tree | 77df3ef80812202c89964e34586d242366ce5a65 /net-analyzer/iptstate | |
parent | Version bump. (diff) | |
download | gentoo-2-ad748e0ec9d2ad88348f8eb5d22c68d4864140f6.tar.gz gentoo-2-ad748e0ec9d2ad88348f8eb5d22c68d4864140f6.tar.bz2 gentoo-2-ad748e0ec9d2ad88348f8eb5d22c68d4864140f6.zip |
net-analyzer/iptstate: use emake
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog index 2e17c08d6505..10612893e756 100644 --- a/net-analyzer/iptstate/ChangeLog +++ b/net-analyzer/iptstate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iptstate # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.24 2007/06/04 19:12:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.25 2007/06/16 09:13:05 cedk Exp $ + + 16 Jun 2007; Cédric Krier <cedk@gentoo.org> iptstate-2.2.1.ebuild: + Use emake 04 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> iptstate-2.2.1.ebuild: Keyworded ~sparc wrt #175564 diff --git a/net-analyzer/iptstate/iptstate-2.2.1.ebuild b/net-analyzer/iptstate/iptstate-2.2.1.ebuild index a37c9d57961b..27920b97b5a7 100644 --- a/net-analyzer/iptstate/iptstate-2.2.1.ebuild +++ b/net-analyzer/iptstate/iptstate-2.2.1.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-analyzer/iptstate/iptstate-2.2.1.ebuild,v 1.3 2007/06/04 19:12:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.1.ebuild,v 1.4 2007/06/16 09:13:05 cedk Exp $ DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" SRC_URI="http://www.phildev.net/iptstate/${P}.tar.bz2" @@ -15,7 +15,7 @@ KEYWORDS="~hppa ~sparc ~x86" IUSE="" src_compile() { - make CXXFLAGS="${CXXFLAGS} -g -Wall" all || die + emake || die "emake failed" } src_install() { |