diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-07-29 23:53:20 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-07-29 23:53:20 +0000 |
commit | a872b9085c2ba1693c33f2c631245f859f75c12d (patch) | |
tree | d38ceaebbda92d280a103bb9ce6775cd65ed384e /net-analyzer/isic | |
parent | (#100392) Stick -j1 after the emake compilation calls. (diff) | |
download | gentoo-2-a872b9085c2ba1693c33f2c631245f859f75c12d.tar.gz gentoo-2-a872b9085c2ba1693c33f2c631245f859f75c12d.tar.bz2 gentoo-2-a872b9085c2ba1693c33f2c631245f859f75c12d.zip |
removed die from epatch || die.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/isic')
-rw-r--r-- | net-analyzer/isic/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/isic/isic-0.06.ebuild | 6 |
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() { |