diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:03:43 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:03:43 +0000 |
commit | 8b4a8c5fe0f8ef0a6ea86a549ddfaf72f0576ede (patch) | |
tree | 4caca455386e1fd25ad6a94b72815a7ac4fdc915 /dev-php4/xdebug | |
parent | Cleanup, Vbump. (diff) | |
download | gentoo-2-8b4a8c5fe0f8ef0a6ea86a549ddfaf72f0576ede.tar.gz gentoo-2-8b4a8c5fe0f8ef0a6ea86a549ddfaf72f0576ede.tar.bz2 gentoo-2-8b4a8c5fe0f8ef0a6ea86a549ddfaf72f0576ede.zip |
Fix DEPs.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php4/xdebug')
-rw-r--r-- | dev-php4/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/xdebug/xdebug-2.0.0_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/xdebug/ChangeLog b/dev-php4/xdebug/ChangeLog index baa445a51ce3..d695c6d2955d 100644 --- a/dev-php4/xdebug/ChangeLog +++ b/dev-php4/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/xdebug # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.12 2007/03/06 22:52:25 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.13 2007/03/18 03:03:43 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xdebug-2.0.0_rc3.ebuild: + Fix DEPs. *xdebug-2.0.0_rc3 (06 Mar 2007) diff --git a/dev-php4/xdebug/xdebug-2.0.0_rc3.ebuild b/dev-php4/xdebug/xdebug-2.0.0_rc3.ebuild index 9cd8ad39f9e7..f698dd804dd7 100644 --- a/dev-php4/xdebug/xdebug-2.0.0_rc3.ebuild +++ b/dev-php4/xdebug/xdebug-2.0.0_rc3.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/xdebug/xdebug-2.0.0_rc3.ebuild,v 1.1 2007/03/06 22:52:25 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-2.0.0_rc3.ebuild,v 1.2 2007/03/18 03:03:43 chtekk Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" DEPEND="!dev-php4/ZendOptimizer" RDEPEND="${DEPEND} - dev-php/xdebug-client" + ~dev-php/xdebug-client-${PV}" need_php_by_category |