diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-02-25 18:35:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-02-25 18:35:37 +0000 |
commit | 20df0995b0c607b5a0cc2621d0f8110303a28009 (patch) | |
tree | effa848a7cd13d71c919475ed5c71e210ae8c969 /dev-php/xdebug | |
parent | Stable on alpha, bug #400229 (diff) | |
download | gentoo-2-20df0995b0c607b5a0cc2621d0f8110303a28009.tar.gz gentoo-2-20df0995b0c607b5a0cc2621d0f8110303a28009.tar.bz2 gentoo-2-20df0995b0c607b5a0cc2621d0f8110303a28009.zip |
alpha/ia64/sparc stable wrt #400323
(Portage version: 2.1.10.44/cvs/Linux ia64)
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 37175838db45..7acd12efb72e 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.36 2012/02/09 01:28:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.37 2012/02/25 18:35:37 armin76 Exp $ + + 25 Feb 2012; Raúl Porcel <armin76@gentoo.org> xdebug-2.1.2.ebuild: + alpha/ia64/sparc stable wrt #400323 09 Feb 2012; Jeroen Roovers <jer@gentoo.org> xdebug-2.1.2.ebuild: Stable for HPPA (bug #400323). diff --git a/dev-php/xdebug/xdebug-2.1.2.ebuild b/dev-php/xdebug/xdebug-2.1.2.ebuild index 925a6921af81..704cf2d04df6 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.5 2012/02/09 01:28:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.1.2.ebuild,v 1.6 2012/02/25 18:35:37 armin76 Exp $ PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="yes" EAPI="2" 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}" |