From e8abe3868cdfb224b76784b877e149f32bcd9f44 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 13 Aug 2004 21:05:11 +0000 Subject: fix for php5.0.1. --- eclass/php5-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 1981ced67b47..fb15ec57682c 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.21 2004/08/09 22:31:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.22 2004/08/13 21:05:11 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -304,7 +304,7 @@ php5-sapi_pkg_setup () { php5-sapi_src_unpack () { unpack ${A} # Fix for HTTP auth bug, #59755 - epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch + [ "x${PV}" == "x5.0.0" ] && epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch cd ${S} -- cgit v1.2.3-65-gdbad