diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-24 04:57:26 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-24 04:57:26 +0000 |
commit | ff647545be5121d4a0858186f453d3cc6000f840 (patch) | |
tree | db309e169b1ca820771be49d1762e2d573935f59 /dev-php/xdebug | |
parent | ppc stable (bug 427024). (diff) | |
download | gentoo-2-ff647545be5121d4a0858186f453d3cc6000f840.tar.gz gentoo-2-ff647545be5121d4a0858186f453d3cc6000f840.tar.bz2 gentoo-2-ff647545be5121d4a0858186f453d3cc6000f840.zip |
ppc stable (bug 427024).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 7cf0b1285fba..7dea6be12ed6 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.45 2012/08/23 16:32:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.46 2012/08/24 04:57:26 xmw Exp $ + + 24 Aug 2012; Michael Weber <xmw@gentoo.org> xdebug-2.2.0.ebuild: + ppc stable (bug 427024). 23 Aug 2012; Ole Markus With <olemarkus@gentoo.org> -xdebug-2.1.0-r1.ebuild, -xdebug-2.1.1.ebuild, -xdebug-2.1.3.ebuild, -xdebug-2.1.4.ebuild, diff --git a/dev-php/xdebug/xdebug-2.2.0.ebuild b/dev-php/xdebug/xdebug-2.2.0.ebuild index 063b0462b438..faaec698ce20 100644 --- a/dev-php/xdebug/xdebug-2.2.0.ebuild +++ b/dev-php/xdebug/xdebug-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.2 2012/08/22 11:26:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.3 2012/08/24 04:57:26 xmw Exp $ EAPI="4" PHP_EXT_NAME="xdebug" @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" inherit php-ext-source-r2 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" |