diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:45:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:45:50 +0000 |
commit | 183537d5ca9f9046a94ad80b6ae43289e0a1da28 (patch) | |
tree | dba4ad51c7386218f027c55a4fc79dd53052f572 /dev-util/cvsgraph | |
parent | cleanup the ebuild (diff) | |
download | historical-183537d5ca9f9046a94ad80b6ae43289e0a1da28.tar.gz historical-183537d5ca9f9046a94ad80b6ae43289e0a1da28.tar.bz2 historical-183537d5ca9f9046a94ad80b6ae43289e0a1da28.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index 66999eafc4f4..6126dc89a15a 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsgraph # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.3 2004/03/13 01:41:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.4 2004/04/26 01:45:12 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> cvsgraph-1.3.0.ebuild, + cvsgraph-1.4.0.ebuild: + Add die following econf for bug 48950 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> cvsgraph-1.3.0.ebuild, cvsgraph-1.4.0.ebuild: diff --git a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild index 9036ec0aa9c0..f5813e1d0ada 100644 --- a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.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/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.4 2004/03/13 01:41:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.5 2004/04/26 01:45:12 agriffis Exp $ HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" KEYWORDS="~x86 ~sparc ~ppc" @@ -24,7 +24,7 @@ src_compile() { myopts="`use_enable nls` `use_enable gif` `use_enable png` `use_enable jpeg` `use_enable truetype`" - econf ${myopts} + econf ${myopts} || die "econf failed" emake || die } diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild index 971b910f17e4..ab6df3b4781c 100644 --- a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.4.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/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.2 2004/03/13 01:41:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.3 2004/04/26 01:45:12 agriffis Exp $ HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" KEYWORDS="~x86 ~sparc ~ppc" @@ -24,7 +24,7 @@ src_compile() { myopts="`use_enable nls` `use_enable gif` `use_enable png` `use_enable jpeg` `use_enable truetype`" - econf ${myopts} + econf ${myopts} || die "econf failed" emake || die } |