diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 78724ca46606..de242b068944 100644 --- a/dev-php/xdebug-client/ChangeLog +++ b/dev-php/xdebug-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.77 2015/02/25 01:53:54 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.78 2015/02/25 15:44:46 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.6.ebuild: + Stable for x86, wrt bug #538554 *xdebug-client-2.3.1 (25 Feb 2015) diff --git a/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild index af0b565b340b..0244b06eaa90 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.4 2015/02/23 11:17:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.5 2015/02/25 15:44:46 ago Exp $ EAPI=5 -KEYWORDS="amd64 ~hppa ppc ppc64 ~x86" +KEYWORDS="amd64 ~hppa ppc ppc64 x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |