summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-06 22:15:42 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-06 22:15:42 +0000
commit8e88b92ddae39215d3c3f3e705f8b28e6410f140 (patch)
treed7d459b3a07291a997637d8d43c0da97dcab5a18 /dev-php4/xcache
parentDo not depend on unsermake (diff)
downloadhistorical-8e88b92ddae39215d3c3f3e705f8b28e6410f140.tar.gz
historical-8e88b92ddae39215d3c3f3e705f8b28e6410f140.tar.bz2
historical-8e88b92ddae39215d3c3f3e705f8b28e6410f140.zip
Cleanup.
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'dev-php4/xcache')
-rw-r--r--dev-php4/xcache/ChangeLog5
-rw-r--r--dev-php4/xcache/xcache-1.2.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-php4/xcache/ChangeLog b/dev-php4/xcache/ChangeLog
index 872c7c2301e6..d6929e532cfc 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.2 2007/03/06 14:53:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/ChangeLog,v 1.3 2007/03/06 22:15:42 chtekk Exp $
+
+ 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild:
+ Cleanup.
06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xcache-1.2.0.ebuild:
Fix DEPENDs.
diff --git a/dev-php4/xcache/xcache-1.2.0.ebuild b/dev-php4/xcache/xcache-1.2.0.ebuild
index 4d1dd2e5ba8d..43d792fa3e5a 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.2 2007/03/06 14:53:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/xcache/xcache-1.2.0.ebuild,v 1.3 2007/03/06 22:15:42 chtekk Exp $
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
@@ -17,8 +17,7 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
-DEPEND="!dev-php4/eaccelerator
- !dev-php4/pecl-apc"
+DEPEND="!dev-php4/eaccelerator !dev-php4/pecl-apc"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"