diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:53:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:53:12 +0000 |
commit | c5289f78f059d50757277e782b115d3f22ba1fce (patch) | |
tree | 2ce3d9176ced9df4c49621513ab31cfe88787be1 /net-print/hpoj | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-c5289f78f059d50757277e782b115d3f22ba1fce.tar.gz historical-c5289f78f059d50757277e782b115d3f22ba1fce.tar.bz2 historical-c5289f78f059d50757277e782b115d3f22ba1fce.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r2.ebuild | 4 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index 8bd81d849f4a..265e6621b531 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hpoj # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.15 2004/04/08 10:26:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.16 2004/04/26 12:53:12 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> hpoj-0.91-r2.ebuild, + hpoj-0.91-r3.ebuild: + Add die following econf for bug 48950 *hpoj-0.91-r3 (08 Apr 2004) diff --git a/net-print/hpoj/hpoj-0.91-r2.ebuild b/net-print/hpoj/hpoj-0.91-r2.ebuild index 230191ec791b..bf88ac9ea9b0 100644 --- a/net-print/hpoj/hpoj-0.91-r2.ebuild +++ b/net-print/hpoj/hpoj-0.91-r2.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-print/hpoj/hpoj-0.91-r2.ebuild,v 1.4 2004/03/27 17:33:46 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.5 2004/04/26 12:53:12 agriffis Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -38,7 +38,7 @@ src_compile() { && myconf="${myconf} --with-sane-packend=/usr" \ || myconf="${myconf} --without-sane" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compilation failed" } diff --git a/net-print/hpoj/hpoj-0.91-r3.ebuild b/net-print/hpoj/hpoj-0.91-r3.ebuild index 5a1eb57e54af..65238d8b0f81 100644 --- a/net-print/hpoj/hpoj-0.91-r3.ebuild +++ b/net-print/hpoj/hpoj-0.91-r3.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-print/hpoj/hpoj-0.91-r3.ebuild,v 1.1 2004/04/08 10:26:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.2 2004/04/26 12:53:12 agriffis Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -39,7 +39,7 @@ src_compile() { && myconf="${myconf} --with-sane-packend=/usr" \ || myconf="${myconf} --without-sane" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compilation failed" } |