summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-01-21 20:37:49 +0000
committerMarius Mauch <genone@gentoo.org>2004-01-21 20:37:49 +0000
commit9082906d61712221b33dae3c51e2becccb9eb933 (patch)
tree32a2937832f486381148d90ac9251f200d8fbee5
parentmisc fixes. depends and IUSE (diff)
downloadgentoo-2-9082906d61712221b33dae3c51e2becccb9eb933.tar.gz
gentoo-2-9082906d61712221b33dae3c51e2becccb9eb933.tar.bz2
gentoo-2-9082906d61712221b33dae3c51e2becccb9eb933.zip
marked x86
-rw-r--r--net-analyzer/netwatch/netwatch-1.0a.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/netwatch/netwatch-1.0a.ebuild b/net-analyzer/netwatch/netwatch-1.0a.ebuild
index d8fe30575f97..14025561c75d 100644
--- a/net-analyzer/netwatch/netwatch-1.0a.ebuild
+++ b/net-analyzer/netwatch/netwatch-1.0a.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.0a.ebuild,v 1.1 2003/09/29 15:09:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.0a.ebuild,v 1.2 2004/01/21 20:37:49 genone Exp $
SRC_URI="http://www.slctech.org/~mackay/${P}.src.tgz"
DESCRIPTION="a ncurses based network monitoring program"
HOMEPAGE="http://www.slctech.org/~mackay/netwatch.html"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
SLOT="0"
@@ -17,7 +17,6 @@ DEPEND="sys-libs/ncurses
src_unpack() {
unpack ${A}
sed -i "s:<sys/time.h>:<sys/time.h>\n#include <time.h>:" "${S}/netwatch.c"
- #sed -i "s:/usr/man:${D}/usr/man:" "${S}/Makefile.in"
}
src_compile() {