diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-24 14:15:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-24 14:15:41 +0000 |
commit | 1063c3976553df5c00113db14de72576c883783c (patch) | |
tree | 78346faf5208f104656d075603ab4247c3312e19 /dev-php/xdebug | |
parent | Stable for HPPA (bug #432340). (diff) | |
download | historical-1063c3976553df5c00113db14de72576c883783c.tar.gz historical-1063c3976553df5c00113db14de72576c883783c.tar.bz2 historical-1063c3976553df5c00113db14de72576c883783c.zip |
Marked ~hppa (bug #422057).
Package-Manager: portage-2.2.0_alpha122/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.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 7dea6be12ed6..8ce3dec21166 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.46 2012/08/24 04:57:26 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.47 2012/08/24 14:15:41 jer Exp $ + + 24 Aug 2012; Jeroen Roovers <jer@gentoo.org> xdebug-2.1.2.ebuild: + Marked ~hppa (bug #422057). 24 Aug 2012; Michael Weber <xmw@gentoo.org> xdebug-2.2.0.ebuild: ppc stable (bug 427024). diff --git a/dev-php/xdebug/xdebug-2.1.2.ebuild b/dev-php/xdebug/xdebug-2.1.2.ebuild index 7bffe8e4a804..156dffb18f4f 100644 --- a/dev-php/xdebug/xdebug-2.1.2.ebuild +++ b/dev-php/xdebug/xdebug-2.1.2.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.1.2.ebuild,v 1.7 2012/04/13 19:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.1.2.ebuild,v 1.8 2012/08/24 14:15:41 jer Exp $ EAPI="2" PHP_EXT_NAME="xdebug" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="yes" inherit php-ext-source-r2 -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}" |