diff options
Diffstat (limited to 'net-analyzer/trafshow/trafshow-5.2.3.ebuild')
-rw-r--r-- | net-analyzer/trafshow/trafshow-5.2.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/trafshow/trafshow-5.2.3.ebuild b/net-analyzer/trafshow/trafshow-5.2.3.ebuild index afead761dd00..916420870c87 100644 --- a/net-analyzer/trafshow/trafshow-5.2.3.ebuild +++ b/net-analyzer/trafshow/trafshow-5.2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.2 2006/07/28 06:42:15 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.3 2007/01/05 08:44:21 flameeyes Exp $ -inherit eutils gnuconfig +inherit eutils DESCRIPTION="Full screen visualization of the network traffic" HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml" @@ -19,7 +19,6 @@ DEPEND="net-libs/libpcap src_unpack() { unpack ${A}; cd "${S}" epatch "${FILESDIR}/${PN}-5.2.1-gentoo.patch" - use ppc64 && gnuconfig_update } src_compile() { |