summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-23 22:12:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-23 22:12:26 +0000
commit8a85e038e17d4e4ada710cce26f1681bfe3c1521 (patch)
tree8edea9af56a688da805f76a20bde7567314b687f /eclass/php-sapi.eclass
parentno longer stable on x86 nor ppc (diff)
downloadhistorical-8a85e038e17d4e4ada710cce26f1681bfe3c1521.tar.gz
historical-8a85e038e17d4e4ada710cce26f1681bfe3c1521.tar.bz2
historical-8a85e038e17d4e4ada710cce26f1681bfe3c1521.zip
fix use invocation
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index e0c32de4e236..1a79ae260d78 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.34 2004/06/23 05:33:42 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.35 2004/06/23 22:12:26 mr_bones_ Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -266,7 +266,7 @@ php-sapi_src_unpack() {
# bug 47498
[ "${PV//4.3.6}" != "${PV}" ] && EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/php-4.3.6-pcrealloc.patch
- [ `use hardenedphp` ] && [ -n "$HARDENEDPHP_PATCH" ] && epatch ${DISTDIR}/${HARDENEDPHP_PATCH}
+ use hardenedphp && [ -n "$HARDENEDPHP_PATCH" ] && epatch ${DISTDIR}/${HARDENEDPHP_PATCH}
}