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
commit063bcd57adfd32f991bb01508a64fa4bad64af54 (patch)
tree6efb2d73559e77cbc542b62d7959518df3dac082 /dev-php4
parentRemoved duplicated bitscope p.mask wrt #168722 (diff)
downloadgentoo-2-063bcd57adfd32f991bb01508a64fa4bad64af54.tar.gz
gentoo-2-063bcd57adfd32f991bb01508a64fa4bad64af54.tar.bz2
gentoo-2-063bcd57adfd32f991bb01508a64fa4bad64af54.zip
Fix DEPENDs.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/xcache/ChangeLog5
-rw-r--r--dev-php4/xcache/xcache-1.2.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php4/xcache/ChangeLog b/dev-php4/xcache/ChangeLog
index 4ef3f2a47ef9..872c7c2301e6 100644
--- a/dev-php4/xcache/ChangeLog
+++ b/dev-php4/xcache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/xcache
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.1 2007/03/06 14:24:36 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.2 2007/03/06 14:53:06 chtekk Exp $
+
+ 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild:
+ Fix DEPENDs.
*xcache-1.2.0 (06 Mar 2007)
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/."
}