summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-08-21 17:49:44 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-08-21 17:49:44 +0000
commita237144534d9b1a7cd4cd1925fcac15507bfa6bd (patch)
tree31f8325c85e7f47064cf366f52ac416147c11a97 /dev-php4
parentStable on amd64 and x86 wrt bug #144120. (diff)
downloadgentoo-2-a237144534d9b1a7cd4cd1925fcac15507bfa6bd.tar.gz
gentoo-2-a237144534d9b1a7cd4cd1925fcac15507bfa6bd.tar.bz2
gentoo-2-a237144534d9b1a7cd4cd1925fcac15507bfa6bd.zip
Fix bug #144328.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/eaccelerator/ChangeLog6
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog
index c4bd384c6117..bd58034ad6e3 100644
--- a/dev-php4/eaccelerator/ChangeLog
+++ b/dev-php4/eaccelerator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/eaccelerator
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.9 2006/08/13 14:24:10 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.10 2006/08/21 17:49:44 chtekk Exp $
+
+ 21 Aug 2006; Luca Longinotti <chtekk@gentoo.org>
+ eaccelerator-0.9.5_rc1.ebuild:
+ Fix bug #144328.
13 Aug 2006; Luca Longinotti <chtekk@gentoo.org>
eaccelerator-0.9.5_rc1.ebuild:
diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild
index 87c326fccf5b..43ce973b864f 100644
--- a/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild
+++ b/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild,v 1.3 2006/08/13 14:24:10 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild,v 1.4 2006/08/21 17:49:44 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -87,6 +87,8 @@ src_install() {
}
pkg_postinst() {
+ has_php
+
# You only need to restart the webserver if you're using mod_php.
if built_with_use =${PHP_PKG} apache || built_with_use =${PHP_PKG} apache2 ; then
einfo