summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-22 17:09:31 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-22 17:09:31 +0000
commit618a3989adaf0fd82b151848da3f322f18fa2bc5 (patch)
tree8d4fc3d5afce61a7528d51d2249e75a24efd7c8a /net-analyzer/nettop
parentFixed SRC_URI as requested in bug #71908 (Manifest recommit) (diff)
downloadgentoo-2-618a3989adaf0fd82b151848da3f322f18fa2bc5.tar.gz
gentoo-2-618a3989adaf0fd82b151848da3f322f18fa2bc5.tar.bz2
gentoo-2-618a3989adaf0fd82b151848da3f322f18fa2bc5.zip
die if emake fails.
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r--net-analyzer/nettop/ChangeLog5
-rw-r--r--net-analyzer/nettop/nettop-0.2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog
index d2ac132194b6..619e9f6391db 100644
--- a/net-analyzer/nettop/ChangeLog
+++ b/net-analyzer/nettop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nettop
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.6 2004/11/20 03:04:10 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.7 2004/11/22 17:09:31 eldad Exp $
+
+ 22 Nov 2004; Eldad Zack <eldad@gentoo.org> nettop-0.2.3.ebuild:
+ die if emake fails.
19 Nov 2004; Jason Wever <weeve@gentoo.org> nettop-0.2.3.ebuild:
Stable on sparc.
diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild
index edc5bf267244..6314b14593fe 100644
--- a/net-analyzer/nettop/nettop-0.2.3.ebuild
+++ b/net-analyzer/nettop/nettop-0.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.ebuild,v 1.6 2004/11/20 03:04:10 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.7 2004/11/22 17:09:31 eldad Exp $
IUSE=""
@@ -20,7 +20,7 @@ src_compile() {
local myconf
myconf="--prefix=/usr"
./configure ${myconf} || die
- emake
+ emake || die
}
src_install() {