summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:28:04 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:28:04 +0000
commit6778ce2d5ab85e9ec120f2544c5a835cfeeaec90 (patch)
tree87fa1981f40a51e566f0e8661cfadc7aa1933527 /app-misc/ithought
parentVersion bumped. Closes 48723 (diff)
downloadhistorical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.gz
historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.bz2
historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/ithought')
-rw-r--r--app-misc/ithought/ChangeLog7
-rw-r--r--app-misc/ithought/ithought-0.0.5-r1.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/ithought/ChangeLog b/app-misc/ithought/ChangeLog
index 02b9a5c83a31..cc439ef6ff59 100644
--- a/app-misc/ithought/ChangeLog
+++ b/app-misc/ithought/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/ithought
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.3 2003/02/12 05:01:08 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ChangeLog,v 1.4 2004/04/25 22:19:20 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ithought-0.0.5-r1.ebuild:
+ Add die following econf for bug 48950
*ithought-0.0.5-r1 (1 Feb 2002)
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild
index 3426e343d3f8..edf80b9a292d 100644
--- a/app-misc/ithought/ithought-0.0.5-r1.ebuild
+++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.13 2004/03/14 10:59:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.14 2004/04/25 22:19:20 agriffis Exp $
#emerge doesn't yet support things like a5
@@ -18,7 +18,7 @@ DEPEND="=x11-libs/gtk+-1.2*
dev-libs/libxml2"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}