diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-08-21 17:52:20 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-08-21 17:52:20 +0000 |
commit | 669ffa2d0dbc79c7258c6a1d6b8b53357407e74f (patch) | |
tree | bcd6bc578f85cf1029246b1a99480c1ab55fcc69 /dev-php5/eaccelerator | |
parent | Don't depend on app-emacs/w3; Resolves Bug #144616. (diff) | |
download | gentoo-2-669ffa2d0dbc79c7258c6a1d6b8b53357407e74f.tar.gz gentoo-2-669ffa2d0dbc79c7258c6a1d6b8b53357407e74f.tar.bz2 gentoo-2-669ffa2d0dbc79c7258c6a1d6b8b53357407e74f.zip |
Fix bug #144328.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'dev-php5/eaccelerator')
-rw-r--r-- | dev-php5/eaccelerator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog index 866408d0b120..b8856a3fdad6 100644 --- a/dev-php5/eaccelerator/ChangeLog +++ b/dev-php5/eaccelerator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/eaccelerator # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.5 2006/07/26 10:32:33 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.6 2006/08/21 17:52:20 chtekk Exp $ + + 21 Aug 2006; Luca Longinotti <chtekk@gentoo.org> + -eaccelerator-0.9.5_beta2.ebuild, eaccelerator-0.9.5_rc1.ebuild: + Fix bug #144328. *eaccelerator-0.9.5_rc1 (26 Jul 2006) diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild index c4aa29e55102..59dd1692c18f 100644 --- a/dev-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild +++ b/dev-php5/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-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild,v 1.1 2006/07/26 10:32:33 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5_rc1.ebuild,v 1.2 2006/08/21 17:52:20 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 |