diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:24:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:24:55 +0000 |
commit | 1f465978ff561ba02cad5a32e980deccd2148cfe (patch) | |
tree | 880935ee9b2b57d8e290219ec756c1bc29ce0f21 /dev-php | |
parent | Stable for ppc, wrt bug #460290 (diff) | |
download | gentoo-2-1f465978ff561ba02cad5a32e980deccd2148cfe.tar.gz gentoo-2-1f465978ff561ba02cad5a32e980deccd2148cfe.tar.bz2 gentoo-2-1f465978ff561ba02cad5a32e980deccd2148cfe.zip |
Stable for ppc, wrt bug #456598
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 7439dd9d481e..52a627d0e386 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.56 2013/03/07 18:17:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.57 2013/03/09 11:24:55 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.1.ebuild: + Stable for ppc, wrt bug #456598 07 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.1.ebuild: Stable for x86, wrt bug #456598 diff --git a/dev-php/xdebug/xdebug-2.2.1.ebuild b/dev-php/xdebug/xdebug-2.2.1.ebuild index a73bf70982cd..ef56336c7519 100644 --- a/dev-php/xdebug/xdebug-2.2.1.ebuild +++ b/dev-php/xdebug/xdebug-2.2.1.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.1.ebuild,v 1.4 2013/03/07 18:17:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.5 2013/03/09 11:24:55 ago Exp $ EAPI="4" 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/" |