summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-06 14:53:06 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-06 14:53:06 +0000
commit3c464f724deebcf28301598a846db6f172c55df4 (patch)
tree8fc1080ef8ab1ddac8421921b79c663ba440da80 /dev-php4/xcache/xcache-1.2.0.ebuild
parentRemoved duplicated bitscope p.mask wrt #168722 (diff)
downloadhistorical-3c464f724deebcf28301598a846db6f172c55df4.tar.gz
historical-3c464f724deebcf28301598a846db6f172c55df4.tar.bz2
historical-3c464f724deebcf28301598a846db6f172c55df4.zip
Fix DEPENDs.
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'dev-php4/xcache/xcache-1.2.0.ebuild')
-rw-r--r--dev-php4/xcache/xcache-1.2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php4/xcache/xcache-1.2.0.ebuild b/dev-php4/xcache/xcache-1.2.0.ebuild
index 8f4fe6d7d59e..4d1dd2e5ba8d 100644
--- a/dev-php4/xcache/xcache-1.2.0.ebuild
+++ b/dev-php4/xcache/xcache-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.1 2007/03/06 14:24:36 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.2 2007/03/06 14:53:06 chtekk Exp $
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
@@ -17,8 +17,8 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
-DEPEND="!dev-php5/pecl-apc
- !dev-php5/eaccelerator"
+DEPEND="!dev-php4/eaccelerator
+ !dev-php4/pecl-apc"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
@@ -75,5 +75,5 @@ src_install() {
pkg_postinst() {
elog "Decompiler.class.php and the admin/ directory shipped with this"
- elog "release were installed into /usr/share/php4/xcache/."
+ elog "release were installed into ${ROOT}usr/share/php4/xcache/."
}