diff options
Diffstat (limited to 'app-pda/orange/orange-0.2-r1.ebuild')
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |