diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:16:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:16:06 +0000 |
commit | 848d380a118d8d74e03e4c145e050f1e3e92e718 (patch) | |
tree | 039c70200dc36681f9b9edba96237ceb3804ea8d | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.gz gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.bz2 gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.zip |
Add die following econf for bug 48950
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.4.ebuild | 4 | ||||
-rw-r--r-- | app-laptop/tpb/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/tpb/tpb-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | app-laptop/tpb/tpb-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-laptop/tpb/tpb-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | app-misc/banner/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/banner/banner-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/dfm/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/dfm/dfm-0.99.9.ebuild | 6 | ||||
-rw-r--r-- | app-misc/gfontview/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/gfontview/gfontview-0.5.0-r6.ebuild | 6 | ||||
-rw-r--r-- | app-misc/git/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/git/git-4.3.20.ebuild | 4 |
19 files changed, 59 insertions, 37 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 496a94b293f4..f970e3045e74 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/scim-tables # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.8 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.9 2004/04/25 22:11:28 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> scim-tables-0.2.1.ebuild, + scim-tables-0.2.2.ebuild, scim-tables-0.3.0.ebuild, + scim-tables-0.3.1.ebuild, scim-tables-0.3.3.ebuild, + scim-tables-0.3.4.ebuild: + Add die following econf for bug 48950 25 Apr 2004; Jon Hood <squinky86@gentoo.org> scim-tables-0.2.1.ebuild, scim-tables-0.2.2.ebuild, scim-tables-0.3.0.ebuild, diff --git a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild index 9a722a3ab13a..47235a7aebf7 100644 --- a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.2.1.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-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.4 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.5 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.4.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-i18n/scim-tables/scim-tables-0.2.2.ebuild b/app-i18n/scim-tables/scim-tables-0.2.2.ebuild index f5e2f419d207..cb3627f6e9f1 100644 --- a/app-i18n/scim-tables/scim-tables-0.2.2.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.2.2.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-i18n/scim-tables/scim-tables-0.2.2.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.2.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-i18n/scim-tables/scim-tables-0.3.0.ebuild b/app-i18n/scim-tables/scim-tables-0.3.0.ebuild index 711f888120b5..f5780cb93ba7 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.0.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.0.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-i18n/scim-tables/scim-tables-0.3.0.ebuild,v 1.3 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.0.ebuild,v 1.4 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-i18n/scim-tables/scim-tables-0.3.1.ebuild b/app-i18n/scim-tables/scim-tables-0.3.1.ebuild index 8605c964c962..97c7f2829a43 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.1.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-i18n/scim-tables/scim-tables-0.3.1.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.1.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-i18n/scim-tables/scim-tables-0.3.3.ebuild b/app-i18n/scim-tables/scim-tables-0.3.3.ebuild index 3650dd95defb..285bb5845adc 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.3.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.3.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-i18n/scim-tables/scim-tables-0.3.3.ebuild,v 1.3 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.3.ebuild,v 1.4 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-i18n/scim-tables/scim-tables-0.3.4.ebuild b/app-i18n/scim-tables/scim-tables-0.3.4.ebuild index 2ca7f6a9c55f..a6bfb9a776d7 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.4.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.4.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-i18n/scim-tables/scim-tables-0.3.4.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.4.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" @@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1" S=${WORKDIR}/${P} src_compile() { - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/app-laptop/tpb/ChangeLog b/app-laptop/tpb/ChangeLog index fd139bed06aa..dcd1df0bd256 100644 --- a/app-laptop/tpb/ChangeLog +++ b/app-laptop/tpb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/tpb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/ChangeLog,v 1.3 2004/03/31 01:10:52 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/ChangeLog,v 1.4 2004/04/25 22:12:18 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tpb-0.4.2.ebuild, + tpb-0.5.1.ebuild, tpb-0.6.0.ebuild: + Add die following econf for bug 48950 *tpb-0.6.1 (30 Mar 2004) diff --git a/app-laptop/tpb/tpb-0.4.2.ebuild b/app-laptop/tpb/tpb-0.4.2.ebuild index 1f5fde4d71e6..39f7afd51b36 100644 --- a/app-laptop/tpb/tpb-0.4.2.ebuild +++ b/app-laptop/tpb/tpb-0.4.2.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-laptop/tpb/tpb-0.4.2.ebuild,v 1.1 2004/03/08 05:08:54 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.4.2.ebuild,v 1.2 2004/04/25 22:12:18 agriffis Exp $ DESCRIPTION="Thinkpad button utility" HOMEPAGE="http://savannah.nongnu.org/projects/tpb/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="x11-libs/xosd" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-laptop/tpb/tpb-0.5.1.ebuild b/app-laptop/tpb/tpb-0.5.1.ebuild index 825b770506f7..c5dab75f5add 100644 --- a/app-laptop/tpb/tpb-0.5.1.ebuild +++ b/app-laptop/tpb/tpb-0.5.1.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-laptop/tpb/tpb-0.5.1.ebuild,v 1.2 2004/04/06 04:07:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.5.1.ebuild,v 1.3 2004/04/25 22:12:18 agriffis Exp $ inherit eutils @@ -22,7 +22,7 @@ src_unpack() { } src_compile() { - econf `use_enable X xosd` `use_enable nls` + econf `use_enable X xosd` `use_enable nls` || die "econf failed" emake || die } diff --git a/app-laptop/tpb/tpb-0.6.0.ebuild b/app-laptop/tpb/tpb-0.6.0.ebuild index 0127098eab17..9bdfe454d5fc 100644 --- a/app-laptop/tpb/tpb-0.6.0.ebuild +++ b/app-laptop/tpb/tpb-0.6.0.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-laptop/tpb/tpb-0.6.0.ebuild,v 1.2 2004/04/06 04:07:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.6.0.ebuild,v 1.3 2004/04/25 22:12:18 agriffis Exp $ inherit eutils @@ -25,7 +25,7 @@ src_unpack() { src_compile() { local myconf - econf ${myconf} `use_enable nls` + econf ${myconf} `use_enable nls` || die "econf failed" emake || die } diff --git a/app-misc/banner/ChangeLog b/app-misc/banner/ChangeLog index a5c950e8eaa3..6ceedc51df3a 100644 --- a/app-misc/banner/ChangeLog +++ b/app-misc/banner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/banner # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/ChangeLog,v 1.4 2004/04/06 23:08:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/ChangeLog,v 1.5 2004/04/25 22:12:53 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> banner-1.2.1.ebuild: + Add die following econf for bug 48950 06 Apr 2004; Jason Wever <weeve@gentoo.org> banner-1.2.1.ebuild: Added ~sparc keyword wrt bug #46840. diff --git a/app-misc/banner/banner-1.2.1.ebuild b/app-misc/banner/banner-1.2.1.ebuild index 68b92dce2142..cab8dc043461 100644 --- a/app-misc/banner/banner-1.2.1.ebuild +++ b/app-misc/banner/banner-1.2.1.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/banner/banner-1.2.1.ebuild,v 1.5 2004/04/06 23:08:57 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/banner/banner-1.2.1.ebuild,v 1.6 2004/04/25 22:12:53 agriffis Exp $ DESCRIPTION="The well known banner program for linux" HOMEPAGE="http://cedar-solutions.com" @@ -14,7 +14,7 @@ IUSE="" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-misc/dfm/ChangeLog b/app-misc/dfm/ChangeLog index 9a1975707349..d3354b5ed894 100644 --- a/app-misc/dfm/ChangeLog +++ b/app-misc/dfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/dfm -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dfm/ChangeLog,v 1.3 2003/12/16 00:36:34 avenj Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/dfm/ChangeLog,v 1.4 2004/04/25 22:13:34 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> dfm-0.99.9.ebuild: + Add die following econf for bug 48950 15 Dec 2003; Jon Portnoy <avenj@gentoo.org> dfm-0.99.9.ebuild : AMD64 keywords. diff --git a/app-misc/dfm/dfm-0.99.9.ebuild b/app-misc/dfm/dfm-0.99.9.ebuild index 3f6db44c3ec6..77c1ccf8edba 100644 --- a/app-misc/dfm/dfm-0.99.9.ebuild +++ b/app-misc/dfm/dfm-0.99.9.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-misc/dfm/dfm-0.99.9.ebuild,v 1.8 2003/12/16 00:36:34 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dfm/dfm-0.99.9.ebuild,v 1.9 2004/04/25 22:13:34 agriffis Exp $ DESCRIPTION="Desktop Manager. Good replacement for gmc or nautilus" SRC_URI="http://www.kaisersite.de/dfm/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND="=x11-libs/gtk+-1.2* S=${WORKDIR}/${PN} src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-misc/gfontview/ChangeLog b/app-misc/gfontview/ChangeLog index 815926416c4c..29de06a136dd 100644 --- a/app-misc/gfontview/ChangeLog +++ b/app-misc/gfontview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gfontview -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gfontview/ChangeLog,v 1.10 2003/10/17 12:25:17 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gfontview/ChangeLog,v 1.11 2004/04/25 22:14:17 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gfontview-0.5.0-r6.ebuild: + Add die following econf for bug 48950 17 Oct 2003; Heinrich Wendel <lanius@gentoo.org> gfontview-0.5.0-r4.ebuild, gfontview-0.5.0-r5.ebuild: diff --git a/app-misc/gfontview/gfontview-0.5.0-r6.ebuild b/app-misc/gfontview/gfontview-0.5.0-r6.ebuild index cb2bc774e3fd..7db9d6b20cce 100644 --- a/app-misc/gfontview/gfontview-0.5.0-r6.ebuild +++ b/app-misc/gfontview/gfontview-0.5.0-r6.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-misc/gfontview/gfontview-0.5.0-r6.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gfontview/gfontview-0.5.0-r6.ebuild,v 1.4 2004/04/25 22:14:17 agriffis Exp $ inherit eutils @@ -29,7 +29,7 @@ src_unpack() { src_compile() { local myconf use nls || myconf="--disable-nls" - econf ${myconf} + econf ${myconf} || die "econf failed" make || die } 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 } |