diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-08-13 14:24:10 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-08-13 14:24:10 +0000 |
commit | 668059bef314368f9c54a875beec429c89ceef03 (patch) | |
tree | 72afca3f0e6919f1e2cb5125f12d3a87377a7cee /dev-php4/eaccelerator | |
parent | Remove myself as maintainer. (diff) | |
download | gentoo-2-668059bef314368f9c54a875beec429c89ceef03.tar.gz gentoo-2-668059bef314368f9c54a875beec429c89ceef03.tar.bz2 gentoo-2-668059bef314368f9c54a875beec429c89ceef03.zip |
Fix wrong blocker, thanks to Weeve for noticing!
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-php4/eaccelerator')
-rw-r--r-- | dev-php4/eaccelerator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog index bd5c30fa2cdc..c4bd384c6117 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.8 2006/07/27 11:28:00 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.9 2006/08/13 14:24:10 chtekk Exp $ + + 13 Aug 2006; Luca Longinotti <chtekk@gentoo.org> + eaccelerator-0.9.5_rc1.ebuild: + Fix wrong blocker, thanks to Weeve for noticing! *eaccelerator-0.9.5_rc1 (27 Jul 2006) diff --git a/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5_rc1.ebuild index ea8eca7829b8..87c326fccf5b 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.2 2006/07/27 12:05:07 voxus Exp $ +# $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 $ PHP_EXT_NAME="eaccelerator" PHP_EXT_INI="yes" @@ -22,7 +22,7 @@ SLOT="0" IUSE="contentcache disassembler inode session sharedmem" DEPEND="${DEPEND} - !dev-php5/pecl-apc" + !dev-php4/pecl-apc" # Webserver user and group, here for Apache. HTTPD_USER="apache" |