summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:16:06 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:16:06 +0000
commit848d380a118d8d74e03e4c145e050f1e3e92e718 (patch)
tree039c70200dc36681f9b9edba96237ceb3804ea8d /app-misc/git
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.gz
gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.bz2
gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/git')
-rw-r--r--app-misc/git/ChangeLog7
-rw-r--r--app-misc/git/git-4.3.20.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/git/ChangeLog b/app-misc/git/ChangeLog
index 5348c031f11a..e98c64d64806 100644
--- a/app-misc/git/ChangeLog
+++ b/app-misc/git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/git
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.2 2003/02/12 04:59:20 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/git/ChangeLog,v 1.3 2004/04/25 22:16:06 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> git-4.3.20.ebuild:
+ Add die following econf for bug 48950
*git-4.3.20 (25 Oct 2002)
diff --git a/app-misc/git/git-4.3.20.ebuild b/app-misc/git/git-4.3.20.ebuild
index 66c92f382d44..c69375a2c68d 100644
--- a/app-misc/git/git-4.3.20.ebuild
+++ b/app-misc/git/git-4.3.20.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/git/git-4.3.20.ebuild,v 1.4 2004/03/14 10:59:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/git/git-4.3.20.ebuild,v 1.5 2004/04/25 22:16:06 agriffis Exp $
DESCRIPTION="GNU Interactive Tools - increase speed and efficiency of most daily task"
HOMEPAGE="http://www.gnu.org/software/git/"
@@ -13,7 +13,7 @@ SLOT="0"
DEPEND="sys-devel/binutils"
src_compile() {
- econf
+ econf || die "econf failed"
emake
}