diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 22:15:42 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 22:15:42 +0000 |
commit | 75f50dad70e1fd9c0d6b3f51b50770aa4c193eae (patch) | |
tree | 39ef03f0fb284a62b5b240e2e81ed29a2d034c91 /dev-php4 | |
parent | fix to the .pc file (diff) | |
download | gentoo-2-75f50dad70e1fd9c0d6b3f51b50770aa4c193eae.tar.gz gentoo-2-75f50dad70e1fd9c0d6b3f51b50770aa4c193eae.tar.bz2 gentoo-2-75f50dad70e1fd9c0d6b3f51b50770aa4c193eae.zip |
Cleanup.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/xcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xcache/xcache-1.2.0.ebuild | 5 |
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}" |