diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:08:30 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 03:08:30 +0000 |
commit | 9af1d557dae4c06094a75a10850b64e23a788ba1 (patch) | |
tree | a1e88bd66b52ebaf66ab9b4029e44ec1ac3f0743 /dev-php5/xdebug | |
parent | Version bump. (diff) | |
download | gentoo-2-9af1d557dae4c06094a75a10850b64e23a788ba1.tar.gz gentoo-2-9af1d557dae4c06094a75a10850b64e23a788ba1.tar.bz2 gentoo-2-9af1d557dae4c06094a75a10850b64e23a788ba1.zip |
Fix DEPs.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.0.0_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 864e3a631f47..d98f4666d837 100644 --- a/dev-php5/xdebug/ChangeLog +++ b/dev-php5/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xdebug # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.11 2007/03/08 19:19:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.12 2007/03/18 03:08:30 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> xdebug-2.0.0_rc3.ebuild: + Fix DEPs. *xdebug-2.0.0_rc3 (08 Mar 2007) diff --git a/dev-php5/xdebug/xdebug-2.0.0_rc3.ebuild b/dev-php5/xdebug/xdebug-2.0.0_rc3.ebuild index fc53e740ab2c..4ca6503cbfae 100644 --- a/dev-php5/xdebug/xdebug-2.0.0_rc3.ebuild +++ b/dev-php5/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-php5/xdebug/xdebug-2.0.0_rc3.ebuild,v 1.1 2007/03/08 19:19:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.0.0_rc3.ebuild,v 1.2 2007/03/18 03:08:30 chtekk Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" DEPEND="!dev-php5/ZendOptimizer" RDEPEND="${DEPEND} - dev-php/xdebug-client" + ~dev-php/xdebug-client-${PV}" need_php_by_category |