diff options
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index f138e426a44e..b5a9c97ddc0e 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.62 2013/08/13 21:55:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.63 2013/08/23 13:41:01 ago Exp $ + + 23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.3.ebuild: + Stable for ppc, wrt bug #480460 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.3.ebuild: Stable for x86, wrt bug #480460 diff --git a/dev-php/xdebug/xdebug-2.2.3.ebuild b/dev-php/xdebug/xdebug-2.2.3.ebuild index 53cc99782bbf..5eec267cbc6f 100644 --- a/dev-php/xdebug/xdebug-2.2.3.ebuild +++ b/dev-php/xdebug/xdebug-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.3.ebuild,v 1.3 2013/08/13 21:55:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.3.ebuild,v 1.4 2013/08/23 13:41:01 ago Exp $ EAPI="5" PHP_EXT_NAME="xdebug" @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" inherit php-ext-source-r2 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" |