summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-14 22:07:22 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-14 22:07:22 +0000
commitaaa9ca31f98838b5f8b121af043b382558116672 (patch)
tree60fdccc7f8406a7ad0aa760f2ce02ef26c4a7369 /dev-php5
parentAdd $(MakeVarName.cs) to InitFile target in dep files for stage2 bootstrap. (diff)
downloadgentoo-2-aaa9ca31f98838b5f8b121af043b382558116672.tar.gz
gentoo-2-aaa9ca31f98838b5f8b121af043b382558116672.tar.bz2
gentoo-2-aaa9ca31f98838b5f8b121af043b382558116672.zip
Fix deps.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/eaccelerator/ChangeLog6
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog
index 5f83a61960d5..4d0676aab3bf 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.8 2006/10/14 21:32:17 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.9 2006/10/14 22:07:22 chtekk Exp $
+
+ 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
+ eaccelerator-0.9.5.ebuild:
+ Fix deps.
14 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
eaccelerator-0.9.5.ebuild:
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
index 7800369e580a..a9a13943bb8c 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php5/eaccelerator/eaccelerator-0.9.5.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.ebuild,v 1.2 2006/10/14 21:32:17 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.3 2006/10/14 22:07:22 chtekk Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -18,8 +18,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="contentcache debug disassembler session sharedmem"
-DEPEND="${DEPEND}
- !dev-php5/pecl-apc"
+DEPEND="!dev-php5/pecl-apc"
+RDEPEND="${DEPEND}"
# Webserver user and group, here for Apache.
HTTPD_USER="apache"