diff options
author | 2005-07-29 23:53:20 +0000 | |
---|---|---|
committer | 2005-07-29 23:53:20 +0000 | |
commit | 8be1458dbb1f1270b0ba81416b97cd2fc29812ab (patch) | |
tree | 5b4ed53e76aa3dd4236bb44cb7d93b9c8ef9b64f /net-analyzer/ipac-ng | |
parent | (#100392) Stick -j1 after the emake compilation calls. (diff) | |
download | historical-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/ipac-ng')
-rw-r--r-- | net-analyzer/ipac-ng/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ipac-ng/ChangeLog b/net-analyzer/ipac-ng/ChangeLog index 38cbe51c9e03..c0b0ea36897b 100644 --- a/net-analyzer/ipac-ng/ChangeLog +++ b/net-analyzer/ipac-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipac-ng # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ChangeLog,v 1.16 2005/07/19 13:23:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ChangeLog,v 1.17 2005/07/29 23:49:18 dragonheart Exp $ + + 29 Jul 2005; Daniel Black <dragonheart@gentoo.org> ipac-ng-1.31.ebuild: + removed die from epatch || die. 19 Jul 2005; David Holm <dholm@gentoo.org> ipac-ng-1.31-r1.ebuild: Added to ~ppc. diff --git a/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild index 52180ded5166..3080d8fc4ca7 100644 --- a/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild +++ b/net-analyzer/ipac-ng/ipac-ng-1.31.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/ipac-ng/ipac-ng-1.31.ebuild,v 1.3 2005/07/09 18:28:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31.ebuild,v 1.4 2005/07/29 23:49:18 dragonheart Exp $ inherit eutils @@ -32,7 +32,7 @@ RDEPEND="net-firewall/iptables src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-iptables.patch || die "patch failed" + epatch ${FILESDIR}/${P}-iptables.patch } src_compile() { |