summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
commitfeb6c4f578f1618d02ea13a21a0a02b602cd1135 (patch)
tree5adf40fe79c04a27103d00561968cbebd7b5562d /app-sci/espresso-ab
parentUpdate so gcc-3.4 is respected (#48933). (Manifest recommit) (diff)
downloadgentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.gz
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.bz2
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/espresso-ab')
-rw-r--r--app-sci/espresso-ab/ChangeLog7
-rw-r--r--app-sci/espresso-ab/espresso-ab-1.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/espresso-ab/ChangeLog b/app-sci/espresso-ab/ChangeLog
index 7001a7903425..a63aa824c4ae 100644
--- a/app-sci/espresso-ab/ChangeLog
+++ b/app-sci/espresso-ab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/espresso-ab
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/ChangeLog,v 1.2 2004/03/19 08:59:43 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/ChangeLog,v 1.3 2004/04/25 22:45:54 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> espresso-ab-1.0.ebuild:
+ Add die following econf for bug 48950
*espresso-ab-1.0 (23 Apr 2003)
diff --git a/app-sci/espresso-ab/espresso-ab-1.0.ebuild b/app-sci/espresso-ab/espresso-ab-1.0.ebuild
index 93f359346533..d19db0cf2903 100644
--- a/app-sci/espresso-ab/espresso-ab-1.0.ebuild
+++ b/app-sci/espresso-ab/espresso-ab-1.0.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-sci/espresso-ab/espresso-ab-1.0.ebuild,v 1.2 2003/07/23 01:51:56 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/espresso-ab-1.0.ebuild,v 1.3 2004/04/25 22:45:54 agriffis Exp $
IUSE=""
@@ -15,7 +15,7 @@ KEYWORDS="x86 ~ppc ~sparc"
DEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}