summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-07-29 23:53:20 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-07-29 23:53:20 +0000
commit8be1458dbb1f1270b0ba81416b97cd2fc29812ab (patch)
tree5b4ed53e76aa3dd4236bb44cb7d93b9c8ef9b64f /net-analyzer/isic
parent(#100392) Stick -j1 after the emake compilation calls. (diff)
downloadhistorical-8be1458dbb1f1270b0ba81416b97cd2fc29812ab.tar.gz
historical-8be1458dbb1f1270b0ba81416b97cd2fc29812ab.tar.bz2
historical-8be1458dbb1f1270b0ba81416b97cd2fc29812ab.zip
removed die from epatch || die.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-analyzer/isic')
-rw-r--r--net-analyzer/isic/ChangeLog5
-rw-r--r--net-analyzer/isic/isic-0.06.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/isic/ChangeLog b/net-analyzer/isic/ChangeLog
index eb82a807bf88..c37b3571c330 100644
--- a/net-analyzer/isic/ChangeLog
+++ b/net-analyzer/isic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/isic
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.9 2005/07/19 13:29:29 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.10 2005/07/29 23:50:49 dragonheart Exp $
+
+ 29 Jul 2005; Daniel Black <dragonheart@gentoo.org> isic-0.06.ebuild:
+ removed die from epatch || die.
19 Jul 2005; David Holm <dholm@gentoo.org> isic-0.06.ebuild:
Added to ~ppc.
diff --git a/net-analyzer/isic/isic-0.06.ebuild b/net-analyzer/isic/isic-0.06.ebuild
index 18df89731e0b..ea97988f4399 100644
--- a/net-analyzer/isic/isic-0.06.ebuild
+++ b/net-analyzer/isic/isic-0.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.4 2005/07/19 13:29:29 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.5 2005/07/29 23:50:49 dragonheart Exp $
inherit eutils
@@ -18,8 +18,8 @@ DEPEND=">=net-libs/libnet-1.1"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-makefile.patch || die "patch failed"
- epatch ${FILESDIR}/${P}-gcc4.patch || die "patch failed"
+ epatch ${FILESDIR}/${P}-makefile.patch
+ epatch ${FILESDIR}/${P}-gcc4.patch
}
src_compile() {