diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 20:23:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 20:23:58 +0000 |
commit | 479fb54994223806b7f77ea524e401281ecdac6e (patch) | |
tree | 4b5428376a40753ae2e6b84dce1c1e1e4856ecd6 /dev-php | |
parent | Stable for alpha, wrt bug #427024 (diff) | |
download | gentoo-2-479fb54994223806b7f77ea524e401281ecdac6e.tar.gz gentoo-2-479fb54994223806b7f77ea524e401281ecdac6e.tar.bz2 gentoo-2-479fb54994223806b7f77ea524e401281ecdac6e.zip |
Stable for alpha, wrt bug #427024
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-php')
-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 6759d5a1cb18..775764fddd52 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.52 2012/12/30 13:58:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.53 2012/12/30 20:23:58 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.0.ebuild: + Stable for alpha, wrt bug #427024 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-2.2.0.ebuild: Stable for sparc, wrt bug #427024 diff --git a/dev-php/xdebug/xdebug-2.2.0.ebuild b/dev-php/xdebug/xdebug-2.2.0.ebuild index 3657bb1cec6e..576e14bcbbf5 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.8 2012/12/30 13:58:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.9 2012/12/30 20:23:58 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 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/" |