diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-05 11:49:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-05 11:49:01 +0000 |
commit | 732e2f00b26c0e9ffa704e56862de11bd0af645b (patch) | |
tree | bd220e8d592d010ae8189f8c6b689cd599d743de /dev-php5/xdebug | |
parent | x86 stable wrt bug #343985 (diff) | |
download | gentoo-2-732e2f00b26c0e9ffa704e56862de11bd0af645b.tar.gz gentoo-2-732e2f00b26c0e9ffa704e56862de11bd0af645b.tar.bz2 gentoo-2-732e2f00b26c0e9ffa704e56862de11bd0af645b.zip |
stable x86, bug 343645
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php5/xdebug')
-rw-r--r-- | dev-php5/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/xdebug/xdebug-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/xdebug/ChangeLog b/dev-php5/xdebug/ChangeLog index 0759fc62ccc4..b649e97f29eb 100644 --- a/dev-php5/xdebug/ChangeLog +++ b/dev-php5/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/xdebug # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.32 2010/11/05 04:30:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.33 2010/11/05 11:49:01 fauli Exp $ + + 05 Nov 2010; Christian Faulhammer <fauli@gentoo.org> xdebug-2.1.0.ebuild: + stable x86, bug 343645 05 Nov 2010; Jeroen Roovers <jer@gentoo.org> xdebug-2.0.5.ebuild: Stable for HPPA (bug #336869). diff --git a/dev-php5/xdebug/xdebug-2.1.0.ebuild b/dev-php5/xdebug/xdebug-2.1.0.ebuild index f8e98b79015c..0af8ea0106bc 100644 --- a/dev-php5/xdebug/xdebug-2.1.0.ebuild +++ b/dev-php5/xdebug/xdebug-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0.ebuild,v 1.1 2010/08/08 15:26:47 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0.ebuild,v 1.2 2010/11/05 11:49:01 fauli Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="yes" inherit php-ext-source-r1 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |