diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-10 13:34:05 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-10 13:34:05 +0000 |
commit | 3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6 (patch) | |
tree | 0491350772ce2bcdfd59ee7950958e6289526f83 /eclass/php5-sapi-r3.eclass | |
parent | Stable on hppa (diff) | |
download | gentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.tar.gz gentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.tar.bz2 gentoo-2-3a0a8aa2abde8b6bd4bcc1ea670d27689adcccc6.zip |
Fix bug 98559.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index c2976f53e524..0c0896333129 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.12 2005/07/09 08:33:27 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.13 2005/07/10 13:34:05 sebastian Exp $ # # ######################################################################## # @@ -113,7 +113,7 @@ PHP_INI_FILE="php.ini" # the patch for different versions of PHP case "$PV" in - 5.0.4) HARDENEDPHP_PATCH="hardened-php-$PV-0.3.2.patch.gz" ;; + 5.0.4) HARDENEDPHP_PATCH="hardening-patch-$PV-0.3.2.patch.gz" ;; esac [ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |