summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nettop/nettop-0.2.3-r1.ebuild')
-rw-r--r--net-analyzer/nettop/nettop-0.2.3-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nettop/nettop-0.2.3-r1.ebuild b/net-analyzer/nettop/nettop-0.2.3-r1.ebuild
index c3de675784ce..aacc00f15475 100644
--- a/net-analyzer/nettop/nettop-0.2.3-r1.ebuild
+++ b/net-analyzer/nettop/nettop-0.2.3-r1.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3-r1.ebuild,v 1.1 2007/02/01 19:17:45 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3-r1.ebuild,v 1.2 2007/04/18 13:00:39 jokey Exp $
inherit eutils
-IUSE=""
-
DESCRIPTION="top like program for network activity"
SRC_URI="http://srparish.net/scripts/${P}.tar.gz"
HOMEPAGE="http://srparish.net/software/"
@@ -13,10 +11,15 @@ HOMEPAGE="http://srparish.net/software/"
SLOT="0"
LICENSE="BSD"
KEYWORDS="amd64 ppc sparc x86"
+IUSE=""
DEPEND="=sys-libs/slang-1*
net-libs/libpcap"
+pkg_setup() {
+ ewarn "This is known to break with distcc, see bug #169245 for details"
+}
+
src_unpack() {
unpack ${A}
cd "${S}"