diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
commit | 0beac9cc690987ceb2fa36564dd7eef6c693b5c0 (patch) | |
tree | 34131c78d58a591d93ac7dc7039cec2f42b41c34 /app-pda/orange | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.gz gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.bz2 gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/orange')
-rw-r--r-- | app-pda/orange/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index 8027b16a3c99..52708a885afd 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/orange -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.2 2003/10/12 07:51:30 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.3 2004/04/25 22:31:27 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> orange-0.2-r1.ebuild: + Add die following econf for bug 48950 *orange-0.2-r1 (12 Oct 2003) diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild index c791476f4cf8..4f7bb1c884c7 100644 --- a/app-pda/orange/orange-0.2-r1.ebuild +++ b/app-pda/orange/orange-0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.2 2003/10/12 08:18:30 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $ DESCRIPTION="Orange is a tool and library for squeezing out juicy \ installable Microsoft Cabinet Files from self-extracting installers \ @@ -17,7 +17,7 @@ DEPEND="app-pda/dynamite app-arch/unshield" src_compile() { - econf + econf || die "econf failed" emake || die } |