diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:21:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:21:36 +0000 |
commit | b4f2804556d7b8d168d2a8d8e0021db6627f28ff (patch) | |
tree | b59c0e3bd4aafbfaa50485886321baf8efd04674 /app-misc/ithought | |
parent | fix bugs #24727, #14687. massive new stuff for the new version to build prope... (diff) | |
download | gentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.tar.gz gentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.tar.bz2 gentoo-2-b4f2804556d7b8d168d2a8d8e0021db6627f28ff.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/ithought')
-rw-r--r-- | app-misc/ithought/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 4 |
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 } |