diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 13:21:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-31 13:21:34 +0000 |
commit | b066fa717eeaeab9732109ba876e19ce7803995f (patch) | |
tree | f864234c85891ad380cc9adb1776fdf50182a4a4 /dev-php | |
parent | Closing #46317. (Manifest recommit) (diff) | |
download | gentoo-2-b066fa717eeaeab9732109ba876e19ce7803995f.tar.gz gentoo-2-b066fa717eeaeab9732109ba876e19ce7803995f.tar.bz2 gentoo-2-b066fa717eeaeab9732109ba876e19ce7803995f.zip |
Closing #46260.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 91485d829996..edaa5fa6d4ec 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/mod_php # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.132 2004/03/29 11:00:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.133 2004/03/31 13:21:34 aliz Exp $ + + 31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> mod_php-4.3.5.ebuild: + Fixed amd64 patch, closing #46260. 29 Mar 2004; Robin H. Johnson <robbat2@gentoo.org> mod_php-4.3.5.ebuild: need a second revision for an apache1 fix diff --git a/dev-php/mod_php/mod_php-4.3.5.ebuild b/dev-php/mod_php/mod_php-4.3.5.ebuild index 84c28600502c..a58ab207642a 100644 --- a/dev-php/mod_php/mod_php-4.3.5.ebuild +++ b/dev-php/mod_php/mod_php-4.3.5.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/dev-php/mod_php/mod_php-4.3.5.ebuild,v 1.3 2004/03/29 11:00:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.5.ebuild,v 1.4 2004/03/31 13:21:34 aliz Exp $ IUSE="${IUSE} apache2" @@ -67,7 +67,7 @@ src_unpack() { detectapache domsg php-sapi_src_unpack if [ "${ARCH}" == "amd64" ] ; then - epatch ${FILESDIR}/${P}-amd64hack.diff + epatch ${FILESDIR}/php-4.3.4-amd64hack.diff fi # bug fix for security problem - bug #39952 |