diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 11:40:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 11:40:39 +0000 |
commit | 3529440094011d27fc5f6b6c149366217dd581e0 (patch) | |
tree | 9e532245fde418404ec93be78ae556e38e60a667 /net-irc/ninja | |
parent | Added IUSE='', fixed S=, reminded via Aliz's script (Manifest recommit) (diff) | |
download | gentoo-2-3529440094011d27fc5f6b6c149366217dd581e0.tar.gz gentoo-2-3529440094011d27fc5f6b6c149366217dd581e0.tar.bz2 gentoo-2-3529440094011d27fc5f6b6c149366217dd581e0.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-irc/ninja')
-rw-r--r-- | net-irc/ninja/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ninja/ninja-1.5.9_pre9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ninja/ChangeLog b/net-irc/ninja/ChangeLog index 8cb9b1e9f20c..3ad96ef94a74 100644 --- a/net-irc/ninja/ChangeLog +++ b/net-irc/ninja/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ninja # Copyright 2003-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.5 2004/03/15 04:31:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ChangeLog,v 1.6 2004/04/26 11:40:39 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ninja-1.5.9_pre9.ebuild: + Add die following econf for bug 48950 14 Mar 2004; Jon Portnoy <avenj@gentoo.org> ninja-1.5.9_pre9.ebuild : Fixed PV issue. diff --git a/net-irc/ninja/ninja-1.5.9_pre9.ebuild b/net-irc/ninja/ninja-1.5.9_pre9.ebuild index ed0d414b1426..3be03a29d253 100644 --- a/net-irc/ninja/ninja-1.5.9_pre9.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre9.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/net-irc/ninja/ninja-1.5.9_pre9.ebuild,v 1.6 2004/03/15 04:31:55 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre9.ebuild,v 1.7 2004/04/26 11:40:39 agriffis Exp $ # Get rid of underscore in package name MY_PV=`echo ${PV} | sed -e 's/_.*//'` @@ -20,7 +20,7 @@ DEPEND="virtual/glibc src_compile() { local myconf use ipv6 && myconf="${myconf} --enable-ipv6" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "emake failed" } |