diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:28:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:28:04 +0000 |
commit | 6778ce2d5ab85e9ec120f2544c5a835cfeeaec90 (patch) | |
tree | 87fa1981f40a51e566f0e8661cfadc7aa1933527 /app-misc/git | |
parent | Version bumped. Closes 48723 (diff) | |
download | historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.gz historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.tar.bz2 historical-6778ce2d5ab85e9ec120f2544c5a835cfeeaec90.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-misc/git')
-rw-r--r-- | app-misc/git/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/git/git-4.3.20.ebuild | 4 |
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 } |