diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 12:04:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 12:04:21 +0000 |
commit | 8dc4d73edfd6c7e0484b25c476db382cc3ff139d (patch) | |
tree | ffe5c36b0c8f9875edfbdd34ae258dcd395c127d /dev-php | |
parent | Stable for ppc64, wrt bug #455560 (diff) | |
download | gentoo-2-8dc4d73edfd6c7e0484b25c476db382cc3ff139d.tar.gz gentoo-2-8dc4d73edfd6c7e0484b25c476db382cc3ff139d.tar.bz2 gentoo-2-8dc4d73edfd6c7e0484b25c476db382cc3ff139d.zip |
Stable for ppc64, 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-client/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 20a5f60e45d1..20ea47756b5f 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.54 2012/12/30 20:24:19 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.55 2013/03/09 12:04:21 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild: + Stable for ppc64, wrt bug #456598 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild: Stable for alpha, wrt bug #427024 diff --git a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild index 91788ed196fb..ea98859f501e 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.1.ebuild,v 1.6 2012/11/20 20:35:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v 1.7 2013/03/09 12:04:21 ago Exp $ EAPI=4 -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~hppa ppc ppc64 x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |